Files
chart/library/ix-dev/community/tautulli/templates/common.yaml
Stavros Kois 65119bdd9f NAS-122708 / 23.10 / Add tautulli to community train (#1315)
* initial commit

* add tpls

* add values

* add UI

* remove unrelated var
2023-07-03 14:51:58 +03:00

12 lines
476 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "tautulli.workload" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "tautulli.persistence" $ | fromYaml) -}}
{{- $_ := mustMergeOverwrite .Values (include "tautulli.service" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "tautulli.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}