mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
* initial commit * common files * templates * typo * add migration * todo * envs * fixeas * cool user * typo * reduce logging * setpcap * uniq mount points * fix path * caps for nginx * nginx caps * nginx * add metadata * add ui * bump version * portal * test values * add migration * fix checks * wait for collab * fix migration * version bump * add default dictionaries * custom params
18 lines
755 B
YAML
18 lines
755 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{- include "collabora.migration" $ -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "collabora.configuration" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "collabora.workload" $ | fromYaml) -}}
|
|
{{- if .Values.collaboraNetwork.certificateID -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "nginx.workload" $ | fromYaml) -}}
|
|
{{- end }}
|
|
{{- $_ := mustMergeOverwrite .Values (include "collabora.service" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "collabora.persistence" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "collabora.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|