Skip to content

Commit

Permalink
🔧(helm) fix helm chart
Browse files Browse the repository at this point in the history
Add md5sum on secret in order to automatically deploy new pods when
secret change
  • Loading branch information
rouja committed Jul 17, 2024
1 parent df49b47 commit 9fb275f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helm/meet/templates/backend_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.

0 comments on commit 9fb275f

Please sign in to comment.