Files
service-catalog/manifests/helm/cloudbeaver/1.1.4/templates/_helpers.tpl
T
2026-04-13 13:09:02 +09:00

15 lines
361 B
Smarty

{{/*
Return the name of the Secret used to store the runtime configuration
*/}}
{{- define "cloudbeaver.secretRuntimeConfName" -}}
{{ include "common.names.fullname" . }}-runtime-conf
{{- end -}}
{{/*
Return the correct hostname
*/}}
{{- define "cloudbeaver.hostname" -}}
{{- coalesce (tpl .Values.hostname $) (tpl .Values.ingress.hostname $) -}}
{{- end -}}