Skip to content

Commit

Permalink
added checksum annotation to podspec forcing a redeploy when the secr…
Browse files Browse the repository at this point in the history
…et is updated (#58)
  • Loading branch information
JorritSalverda committed Nov 19, 2019
1 parent 8ae5a0e commit d62145d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9101"
checksum/secrets: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit d62145d

Please sign in to comment.