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

Helm chart config reload #92

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ullbergm
Copy link
Contributor

Description of the change

Add a checksum of the configuration as a pod annotation.

Benefits

The pods are recreated when the configuration is updated in the helm chart values file.

Possible drawbacks

n/a

Applicable issues

Additional information

https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments

Add a checksum of the config to force a redeployment when the config changes
The annotation needs to be on the pods, not the deployment
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

Successfully merging this pull request may close these issues.

Helm chart doesn't trigger config reload
1 participant