Update _helpers.tpl
This commit is contained in:
parent
df4d4232c0
commit
c6a4bbd170
|
@ -56,26 +56,5 @@ 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-configmap: {{ include ( print $.Template.BasePath "/configmap-conf-toml.yaml" ) . | sha256sum | quote }}
|
checksum/config-configmap: {{ include ( print $.Template.BasePath "/configmap-conf-toml.yaml" ) . | sha256sum | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
|
||||||
Get the fediblockhole secret.
|
|
||||||
*/}}
|
|
||||||
{{- define "fediblockhole.secretName" -}}
|
|
||||||
{{- if .Values.fediblockhole.secrets.existingSecret }}
|
|
||||||
{{- printf "%s" (tpl .Values.fediblockhole.secrets.existingSecret $) -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%s" (include "common.names.fullname" .) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return true if a fediblockhole secret object should be created
|
|
||||||
*/}}
|
|
||||||
{{- define "fediblockhole.createSecret" -}}
|
|
||||||
{{- if (not .Values.fediblockhole.secrets.existingSecret) -}}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
Loading…
Reference in New Issue