Files
chart/community/readarr/1.2.24/templates/common.yaml
2024-07-15 13:00:51 +00:00

12 lines
472 B
YAML

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