🔧(helm) fix helm chart

Add md5sum on secret in order to automatically deploy new pods when
secret change
This commit is contained in:
Jacques ROUSSEL
2024-07-17 09:48:14 +02:00
committed by aleb_the_flash
parent 980d3c19d8
commit c390499394
2 changed files with 1 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ spec:
{{- with .Values.backend.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
checksum/config: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
labels:
{{- include "meet.common.selectorLabels" (list . $component) | nindent 8 }}
spec: