common.yaml 512 B

12345678910111213
  1. {{- include "ix.v1.common.loader.init" . -}}
  2. {{- include "pgadmin.validation" $ -}}
  3. {{/* Merge the templates with Values */}}
  4. {{- $_ := mustMergeOverwrite .Values (include "pgadmin.workload" $ | fromYaml) -}}
  5. {{- $_ := mustMergeOverwrite .Values (include "pgadmin.service" $ | fromYaml) -}}
  6. {{- $_ := mustMergeOverwrite .Values (include "pgadmin.persistence" $ | fromYaml) -}}
  7. {{/* Create the configmap for portal manually*/}}
  8. {{- include "pgadmin.portal" $ -}}
  9. {{- include "ix.v1.common.loader.apply" . -}}