Files
chart/library/ix-dev/community/bazarr/templates/common.yaml
Stavros Kois bd19e4cde4 NAS-122691 / 23.10 / Add bazarr to community train (#1308)
* Add `bazarr` to `community` train

* fix source

* add tpls

* add ci values

* add values

* add UI

* formatting
2023-07-03 14:48:22 +03:00

12 lines
468 B
YAML

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