Files
chart/library/ix-dev/community/gitea/templates/common.yaml
Stavros Kois 58118d56cb NAS-121235 / 23.10 / Add gitea to community train (#1065)
* Add gitea to community train - initial commit

* finishup

* hide whole group

* adjust to new common fixes (needs new tgz)

* bump commmon

* add descripnts and bump common
2023-04-12 10:06:06 +03:00

12 lines
470 B
YAML

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