Files
chart/community/pgadmin/1.2.13/templates/common.yaml
2024-09-24 11:46:21 +00:00

14 lines
512 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{- include "pgadmin.validation" $ -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "pgadmin.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pgadmin.service" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "pgadmin.persistence" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "pgadmin.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}