mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 12:32:55 +08:00
adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test * adds 2 community apps for testing (smb-pv-pvc)
This commit is contained in:
9
library/ix-dev/test/sonarr/templates/common.yaml
Normal file
9
library/ix-dev/test/sonarr/templates/common.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- 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" . -}}
|
||||
Reference in New Issue
Block a user