You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add opt-in config checksum annotation for auto pod restarts (#76)
ConfigMap changes don't trigger pod restarts, so config updates
silently fail to take effect after helm upgrade. This adds an opt-in
`restartOnConfigChange` value (default false) that injects a
`checksum/config` pod annotation, triggering rolling restarts when the
rendered config changes.
This is related to #15 and the closed#22.
0 commit comments