-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe your feature request
The overall purpose of this feature is to enable a deployment restart when create a checksum for the configmap changes. It uses an annotation based on the contents of a config.yaml file. This is commonly used in Kubernetes deployments to force a pod restart when the configuration changes. By adding this checksum as an annotation to a Deployment or StatefulSet, Kubernetes will detect the annotation change whenever the config file changes, triggering a rolling update of the pods.
References
https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request