Files
chart/library/ix-dev/community/readarr/templates/common.yaml
Stavros Kois e3fe0a4212 NAS-122677 / 23.10 / Add readarr to community train (#1300)
* Add `readarr` to `community` train

* update common
2023-07-03 14:49:22 +03: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" . -}}