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 }} value: {{ .Values.secrets.keycloak.clientSecret.ncoidc | quote }}
opendeskIntegration: opendeskIntegration:
centralnavigation: centralNavigation:
username: username:
value: "opendesk_username" value: "opendesk_username"
password: password:

View File

@@ -119,7 +119,7 @@ appsuite:
asConfig: asConfig:
default: default:
host: "all" host: "all"
pageHeaderPrefix: "as8.souvap App Suite" productName: {{ .Values.theme.texts.productName | quote }}
oidcLogin: true oidcLogin: true
oidcPath: "/oidc" oidcPath: "/oidc"
masterAdmin: "admin" masterAdmin: "admin"