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