mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
12 lines
472 B
YAML
12 lines
472 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "readarr.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "readarr.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "readarr.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "readarr.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|