diff options
Diffstat (limited to 'templates/deployment.yaml')
-rw-r--r-- | templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 84f6997..dc65cef 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -31,6 +31,8 @@ spec: app: {{ include "common.name" . }} release: {{ .Release.Name }} name: {{ .Release.Name }} + annotations: + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} spec: initContainers: - command: |