common.yaml 570 B

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