Update _helpers.tpl
This commit is contained in:
parent
8d1a417ba6
commit
e1ea3e441a
|
@ -60,17 +60,6 @@ checksum/config-secrets: {{ include ( print $.Template.BasePath "/secrets.yaml"
|
||||||
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 }}
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create the name of the service account to use
|
|
||||||
*/}}
|
|
||||||
{{- define "fediblockhole.serviceAccountName" -}}
|
|
||||||
{{- if .Values.serviceAccount.create }}
|
|
||||||
{{- default (include "fediblockhole.fullname" .) .Values.serviceAccount.name }}
|
|
||||||
{{- else }}
|
|
||||||
{{- default "default" .Values.serviceAccount.name }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Get the fediblockhole secret.
|
Get the fediblockhole secret.
|
||||||
*/}}
|
*/}}
|
||||||
|
|
Loading…
Reference in New Issue