-
Notifications
You must be signed in to change notification settings - Fork 149
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
Helm upgrade from 4.1.0 to 4.2.0 failing: mapping key "name" already defined #196
Comments
You are correct. Weird that this was not caught by automated tests. I'll fix that ASAP. |
This commit should have resolved the issue. Can you please check the If no, I will publish a fix in the next few hours. |
Thanks for the quick fix! |
Thanks for the release. I can confirm that it is working. |
When upgrading from helm chart 4.1.0 to 4.2.0 ran into the issue:
From what I see this is, because the key
name
is used twice for the newtmp
volumeMount in the statefulset templateThe text was updated successfully, but these errors were encountered: