diff options
Diffstat (limited to 'chart/templates/_helpers.tpl')
-rw-r--r-- | chart/templates/_helpers.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 71bb002ef..207780b34 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -52,6 +52,15 @@ app.kubernetes.io/instance: {{ .Release.Name }} {{- end }} {{/* +Rolling pod annotations +*/}} +{{- define "mastodon.rollingPodAnnotations" -}} +rollme: {{ .Release.Revision | quote }} +checksum/config-secrets: {{ include ( print $.Template.BasePath "/secrets.yaml" ) . | sha256sum | quote }} +checksum/config-configmap: {{ include ( print $.Template.BasePath "/configmap-env.yaml" ) . | sha256sum | quote }} +{{- end }} + +{{/* Create the name of the service account to use */}} {{- define "mastodon.serviceAccountName" -}} |