You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was some confusion on how to set the setting for replace_existing, because of an inconsistency:
The definition of the helm Default values
sets the value under image.replace_existing, but the helm chart
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!
The text was updated successfully, but these errors were encountered:
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
sets the value under
image.replace_existing
, but the helm chartis 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 theimage
key?Thank you!
The text was updated successfully, but these errors were encountered: