Add chart cloudbeaver 1.1.4

This commit is contained in:
wbsong111
2026-04-13 13:09:02 +09:00
parent c6ed7cb4e9
commit 83c61ee0e2
44 changed files with 4540 additions and 0 deletions
@@ -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 -}}