Files
chart/library/ix-dev/community/webdav/templates/common.yaml
2023-05-15 14:12:32 +03:00

8 lines
304 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "webdav.configuration" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "webdav.workload" $ | fromYaml) -}}
{{- include "ix.v1.common.loader.apply" . -}}