configMapsHash¶
Feature state: 1.1.0
configMapsHash
value in Kubedeploy enables custom annotation on Deployment and Statefulsets. Hash is automatically calculated based on the contents of deployed ConfigMaps.
Note
configMapsHash
in Kubedeploy is disabled by default.
enabling this feature will trigger Pod rolling restarts whenever content of configMaps data or name is changed. This can be useful if the application can't detect any mounted ConfigMap file content changes.
Enable configMapsHash
See also: