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

Add config map / secret hash based auto roll to Helm Chart #643

Open
t83714 opened this issue May 4, 2023 · 0 comments
Open

Add config map / secret hash based auto roll to Helm Chart #643

t83714 opened this issue May 4, 2023 · 0 comments
Labels

Comments

@t83714
Copy link
Member

t83714 commented May 4, 2023

Add config map / secret hash-based auto roll to Helm Chart

For this deployment: https://github.com/TerriaJS/TerriaMap/blob/main/deploy/helm/terria/charts/terriamap/templates/deployment.yaml

Currently, the deployment won't auto-restart on deployment when the only changes are config map or secrets.

It would be good to adopt this approach so that the existing pod will be auto restarted to load the latest config map / secrets when config map / secrets are changed.

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

@t83714 t83714 added the bug label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant