- {{- 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" . -}}
|