Files
chart/library/ix-dev/community/navidrome/templates/common.yaml
Stavros Kois 4a360ed4be NAS-122621 / 23.10 / Add navidrome to community train (#1291)
* navidrome initial commit

* update questions

* fix func name

* fix UI and some typos
2023-06-27 21:44:56 +03:00

12 lines
480 B
YAML

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