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