mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
* Add Lidarr to charts train * Run chart tests in a matrix * move to correct train * Fix variable name and quote strings in questions.yaml
10 lines
302 B
YAML
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" . -}}
|