🔧(helm) fix helm chart
Add md5sum on secret in order to automatically deploy new pods when secret change
This commit is contained in:
committed by
aleb_the_flash
parent
980d3c19d8
commit
c390499394
@@ -19,6 +19,7 @@ spec:
|
|||||||
{{- with .Values.backend.podAnnotations }}
|
{{- with .Values.backend.podAnnotations }}
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
checksum/config: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "meet.common.selectorLabels" (list . $component) | nindent 8 }}
|
{{- include "meet.common.selectorLabels" (list . $component) | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Reference in New Issue
Block a user