Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overeager removing of whitespaces conflicting with helm lint #83

Merged
merged 1 commit into from
Mar 29, 2023

Conversation

baliame
Copy link
Contributor

@baliame baliame commented Mar 12, 2023

helm lint (tested with latest at the time - 3.11.2) takes offense to all of the whitespaces being removed before or after a YAML document separator, as this consumes the newline separating the document separator and the apiVersion key immediately following as described in an issue submitted to the helm repository in 2021:
helm/helm#10149
This pull request removes the excessive trimming of whitespaces, but a number of alternative solutions can be done, for instance, removing the YAML document separator at the top of the offending files.

@bdashrad bdashrad merged commit f9fcb66 into PrivateBin:master Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants