Skip to content

Commit 5ecc6ac

Browse files
authored
Merge pull request #102 from nepeat/fix/secrets_dupe
Use unique annotation key for smtp secret checksum (#48) (#51)
2 parents a2883e9 + c8d95c4 commit 5ecc6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/mastodon/templates/deployment-sidekiq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
{{- end }}
3737
# roll the pods to pick up any db migrations or other changes
3838
{{- include "mastodon.rollingPodAnnotations" $context | nindent 8 }}
39-
checksum/config-secrets: {{ include ( print $.Template.BasePath "/secret-smtp.yaml" ) $context | sha256sum | quote }}
39+
checksum/config-secrets-smtp: {{ include ( print $.Template.BasePath "/secret-smtp.yaml" ) $context | sha256sum | quote }}
4040
labels:
4141
{{- include "mastodon.selectorLabels" $context | nindent 8 }}
4242
app.kubernetes.io/component: sidekiq-{{ .name }}

0 commit comments

Comments
 (0)