Files
chart/library/ix-dev/community/homarr/templates/common.yaml
Stavros Kois 522aadb9a3 homarr - adapt to upstream changes (#1791)
* homarr - adapt to upstream changes

* remove password

* render

* add acl

* bump version

* update label

* update readme
2023-12-03 22:13:07 +02:00

13 lines
555 B
YAML

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