Add chart cloudbeaver 1.1.4
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
{{/*
|
||||
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 -}}
|
||||
Reference in New Issue
Block a user