Skip to content

Commit

Permalink
Add checksum to backend deployment to force reload with secret update
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 6, 2025
1 parent 4b17956 commit 54d8e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
metadata:
labels:
{{- include "common.labels.standard" $ | nindent 8 }}
checksum/secrets: {{ include (print $.Template.BasePath "secrets.yaml") . | sha256sum }}
spec:
{{- if .Values.serviceAccount.create }}
serviceAccountName: {{ include "common.names.fullname" $ }}
Expand Down

0 comments on commit 54d8e51

Please sign in to comment.