Update _helpers.tpl

This commit is contained in:
cunningpike 2023-01-23 10:47:19 -05:00 committed by GitHub
parent 80f9fbdbd3
commit 8d1a417ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Rolling pod annotations
{{- define "fediblockhole.rollingPodAnnotations" -}} {{- define "fediblockhole.rollingPodAnnotations" -}}
rollme: {{ .Release.Revision | quote }} rollme: {{ .Release.Revision | quote }}
checksum/config-secrets: {{ include ( print $.Template.BasePath "/secrets.yaml" ) . | sha256sum | quote }} checksum/config-secrets: {{ include ( print $.Template.BasePath "/secrets.yaml" ) . | sha256sum | quote }}
checksum/config-configmap: {{ include ( print $.Template.BasePath "/configmap-env.yaml" ) . | sha256sum | quote }} checksum/config-configmap: {{ include ( print $.Template.BasePath "/configmap-conf-toml.yaml" ) . | sha256sum | quote }}
{{- end }} {{- end }}
{{/* {{/*