Files
chart/library/ix-dev/community/unifi-controller/templates/common.yaml

12 lines
464 B
YAML

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