Skip to content

Commit

Permalink
fix: add annotation with checksum of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Mar 19, 2024
1 parent 5e45ed9 commit 75627b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/firefly-iii/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ spec:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}

0 comments on commit 75627b2

Please sign in to comment.