We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2883e9 + c8d95c4 commit 5ecc6acCopy full SHA for 5ecc6ac
charts/mastodon/templates/deployment-sidekiq.yaml
@@ -36,7 +36,7 @@ spec:
36
{{- end }}
37
# roll the pods to pick up any db migrations or other changes
38
{{- include "mastodon.rollingPodAnnotations" $context | nindent 8 }}
39
- checksum/config-secrets: {{ include ( print $.Template.BasePath "/secret-smtp.yaml" ) $context | sha256sum | quote }}
+ checksum/config-secrets-smtp: {{ include ( print $.Template.BasePath "/secret-smtp.yaml" ) $context | sha256sum | quote }}
40
labels:
41
{{- include "mastodon.selectorLabels" $context | nindent 8 }}
42
app.kubernetes.io/component: sidekiq-{{ .name }}
0 commit comments