mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* 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
12 lines
470 B
YAML
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" . -}}
|