From 24828331df9d97773ea8ba879e470759e7b37d2b Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Fri, 6 Dec 2024 15:22:05 +0300 Subject: [PATCH] [DO-1377] add checksum for configmap --- templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 4633e55..3e0b719 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -17,6 +17,7 @@ spec: annotations: {{- toYaml . | nindent 8 }} {{- end }} + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml" ) . | sha256sum }} labels: {{- include "openresty.labels" . | nindent 8 }} {{- with .Values.podLabels }}