add checksum for smtp secret to sidekiq deployments

This commit is contained in:
Roberto Santalla 2023-01-27 22:33:49 +01:00 committed by Renaud Chaput
parent b4302e04e6
commit 9806bbc8b1

View File

@ -31,6 +31,7 @@ spec:
{{- end }}
# roll the pods to pick up any db migrations or other changes
{{- include "mastodon.rollingPodAnnotations" $context | nindent 8 }}
checksum/config-secrets: {{ include ( print $.Template.BasePath "/secret-smtp.yaml" ) $context | sha256sum | quote }}
labels:
{{- include "mastodon.selectorLabels" $context | nindent 8 }}
app.kubernetes.io/component: sidekiq-{{ .name }}