mirror of
https://github.com/truenas/charts.git
synced 2026-04-25 11:01:14 +08:00
* homarr - adapt to upstream changes * remove password * render * add acl * bump version * update label * update readme
13 lines
555 B
YAML
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" . -}}
|