Skip to content

Commit

Permalink
feat: trigger rollout based on secret change
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorEulalio committed Nov 6, 2024
1 parent 6abed4a commit 5785832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/falco-talon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
annotations:
secret-checksum: {{ (lookup "v1" "Secret" .Release.Namespace (include "falco-talon.name" . | cat "-config")).data | toJson | sha256sum }}
spec:
serviceAccountName: {{ include "falco-talon.name" . }}
{{- if .Values.priorityClassName }}
Expand Down

0 comments on commit 5785832

Please sign in to comment.