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

replace_existing with wrong indentation on Default values file on Helm #153

Closed
McKMarcBruchner opened this issue Nov 19, 2024 · 0 comments
Closed

Comments

@McKMarcBruchner
Copy link

I wanted to report a small issue we found on helm: https://artifacthub.io/packages/helm/clutersecret/cluster-secret

There was some confusion on how to set the setting for replace_existing, because of an inconsistency:

The definition of the helm Default values
Screenshot 2024-11-19 at 10 57 39

sets the value under image.replace_existing, but the helm chart
Screenshot 2024-11-19 at 10 57 53

is expecting replace_existing on root level.

We copied the default values and adjusted them, wondering why it did not work. Then we realized that the indentation in the values file is wrong and put replace_existing to root level in the values file, and it worked.

To avoid other people from having the same issue, can you update the Default values file, so that replace_existing is no longer under the image key?

Thank you!

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

No branches or pull requests

2 participants