Files
chart/library/ix-dev/charts/collabora/templates/common.yaml
Stavros Kois 795dbd0234 collabora - migrate library (#2084)
* 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
2024-01-31 10:10:09 +02:00

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