Files
chart/library/ix-dev/test/sonarr/templates/common.yaml
Stavros Kois e8e998f81e adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test

* adds 2 community apps for testing (smb-pv-pvc)
2023-09-22 13:44:59 +03:00

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" . -}}