mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 06:07:58 +08:00
10 lines
302 B
YAML
10 lines
302 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "sonarr.workload" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "sonarr.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|