Files
chart/library/ix-dev/community/roundcube/templates/common.yaml
2024-01-10 11:43:54 +02:00

14 lines
654 B
YAML

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