Files
chart/library/ix-dev/community/homepage/templates/common.yaml
Stavros Kois cba86b80cf NAS-123063 / 23.10 / Add homepage to community train (#1378)
* add `homepage` to `community` train

* add templates and UI

* update icon

* remove unused values

* fix metadata

* also fix readme's
2023-07-27 20:23:31 +03:00

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" . -}}