Files
chart/library/ix-dev/community/prowlarr/templates/common.yaml
Stavros Kois 314df69d8b NAS-122807 / 23.10 / add prowlarr to community train (#1329)
* add `prowlarr` to `community` train

* add templates

* add test value

* add questions

* bump common
2023-07-06 14:57:53 +03:00

12 lines
476 B
YAML

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