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