mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +08:00
* add `homepage` to `community` train * add templates and UI * update icon * remove unused values * fix metadata * also fix readme's
16 lines
707 B
YAML
16 lines
707 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "homepage.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "homepage.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "homepage.service" $ | fromYaml) -}}
|
|
{{/* FIXME: https://github.com/benphelps/homepage/pull/1627
|
|
Currently it fills logs with errors failing to retrieve ingresses / traefik ingresses
|
|
{{- $_ := mustMergeOverwrite .Values (include "homepage.rbac" $ | fromYaml) -}}
|
|
*/}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "homepage.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|