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