-
I have a HelmRelease which is an overlay that overrides some configuration values of a base HelmRelease. Given the case I described above, shouldn't the running pods be replaced? Any idea what could be causing the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This depends on what you changed, if you for example just changed a value in a |
Beta Was this translation helpful? Give feedback.
This depends on what you changed, if you for example just changed a value in a
ConfigMap
that is part of a Helm release, you need additional Helm specific mechanics so that your pods also "roll".