common.yaml 545 B

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