Files
chart/library/ix-dev/community/radarr/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 "radarr.workload" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "radarr.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}