fix(xwiki): Disable check for local Office component.

This commit is contained in:
Thorsten Roßner
2024-10-10 08:15:55 +02:00
parent a7e5f64b50
commit a91f181c46

View File

@@ -88,6 +88,8 @@ customConfigs:
workplaceServices.base: "https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}" workplaceServices.base: "https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}"
workplaceServices.portalSecret: {{ .Values.secrets.centralnavigation.apiKey | quote }} workplaceServices.portalSecret: {{ .Values.secrets.centralnavigation.apiKey | quote }}
openoffice.serverType: "0" openoffice.serverType: "0"
openoffice.autoStart: "false"
openoffice.homePath: "/tmp"
notifications.emails.live.graceTime: "5" notifications.emails.live.graceTime: "5"
ingress: ingress: