-
Notifications
You must be signed in to change notification settings - Fork 21
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
Pods are not recreated when configmaps/secrets are changed #142
Labels
bug
Something isn't working
Comments
I guess we will have to include one annotation for each ConfigMap/Secret each pod uses, right? |
exactly |
egabancho
added a commit
that referenced
this issue
Dec 16, 2024
* Adds annotation to force pod recreation in case of changes (addresses #142).
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Dec 16, 2024
* Adds annotation to force pod recreation in case of changes (addresses inveniosoftware#142).
egabancho
added a commit
to egabancho/helm-invenio
that referenced
this issue
Dec 17, 2024
* Adds annotation to force pod recreation in case of changes (addresses inveniosoftware#142).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when a ConfigMap or Secret is changed any pod that uses environment variables from them needs to be restarted manually. We should force recreation.
See example here: https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
The text was updated successfully, but these errors were encountered: