fix(openxchange): Template HTML title from .Values.theme.texts.productName

This commit is contained in:
Thorsten Roßner
2025-03-12 09:39:04 +01:00
parent c5909424d3
commit 2e992fc236
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ configuration:
value: {{ .Values.secrets.keycloak.clientSecret.ncoidc | quote }}
opendeskIntegration:
centralnavigation:
centralNavigation:
username:
value: "opendesk_username"
password:

View File

@@ -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"