fix(xwiki): Remove .rtf and .odt export options as they are currently non functional.

This commit is contained in:
Thorsten Roßner
2024-07-05 15:18:42 +02:00
parent db7f5d60bd
commit b806d51311

View File

@@ -81,6 +81,7 @@ customConfigs:
workplaceServices.navigationEndpoint: "https://{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}/univention/portal/navigation.json"
workplaceServices.base: "https://{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}"
workplaceServices.portalSecret: {{ .Values.secrets.centralnavigation.apiKey | quote }}
openoffice.serverType: "0"
ingress:
enabled: {{ .Values.ingress.enabled }}