Files
chart/library/ix-dev/community/lidarr/templates/common.yaml
Stavros Kois a964babc58 NAS-121405 / 23.10 / Add Lidarr to community train (#1100)
* Add Lidarr to charts train

* Run chart tests in a matrix

* move to correct train

* Fix variable name and quote strings in questions.yaml
2023-04-11 18:26:15 +03:00

10 lines
302 B
YAML

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