Files
chart/library/ix-dev/community/sonarr/templates/common.yaml
2023-04-10 18:54:09 +03:00

10 lines
302 B
YAML

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