diff --git a/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl b/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl index d15c7c93..1867db2f 100644 --- a/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl +++ b/helmfile/apps/nextcloud/values-nextcloud-mgmt.yaml.gotmpl @@ -123,7 +123,7 @@ configuration: value: {{ .Values.secrets.keycloak.clientSecret.ncoidc | quote }} opendeskIntegration: - centralnavigation: + centralNavigation: username: value: "opendesk_username" password: diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index fdaf2293..e7f2cd88 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -119,7 +119,7 @@ appsuite: asConfig: default: host: "all" - pageHeaderPrefix: "as8.souvap App Suite" + productName: {{ .Values.theme.texts.productName | quote }} oidcLogin: true oidcPath: "/oidc" masterAdmin: "admin"