Files
chart/library/ix-dev/community/tdarr/templates/common.yaml
Stavros Kois c539489f78 NAS-121565 / 23.10 / Add Tdarr to community train (#1141)
* Add Tdarr to community train

* fix UI

* Apply suggestions from code review
2023-04-26 19:35:16 +03:00

10 lines
300 B
YAML

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