mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(openxchange): Template HTML title from .Values.theme.texts.productName
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user