mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* add `prowlarr` to `community` train * add templates * add test value * add questions * bump common
12 lines
476 B
YAML
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" . -}}
|