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