[DO-1377] add checksum for configmap

This commit is contained in:
Rustam Tagaev
2024-12-06 15:22:05 +03:00
parent 5a48727454
commit 24828331df

View File

@@ -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 }}