-
Notifications
You must be signed in to change notification settings - Fork 401
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
[Bug] Default values in Helm chart are broken in v5.5.0 #1315
Comments
Maybe it would be worth introducing some kind of automated checks for linting Helm chart? I could help with that. |
@yafanasiev yes I was thinking about that as well. Sadly I haven't had the time. If you do I would love a separate PR for it. |
@yafanasiev yes I was thinking about a hem template check as well. Sadly I haven't had the time. If you do I would love a separate PR for it. |
@yafanasiev FYI: |
@weisdd thanks a lot! |
Describe the bug
Helm chart installation fails
Version
v5.5.0
To Reproduce
helm pull
)helm template .
Expected behavior
Chart is templated using default values.
Suspect component/Location where the bug might be occurring
It was introduced in 3166d43. In this PR a duplicate
env
root key invalues.yaml
was introduced.Runtime (please complete the following information):
Additional context
Working workaround:
The text was updated successfully, but these errors were encountered: