Compare commits

...

1 Commits

Author SHA1 Message Date
Juan Pedro Torres
7c1c842607 fix(nubus): Change favicon 2024-07-11 13:55:58 +02:00

View File

@@ -1043,7 +1043,7 @@ keycloak:
theme:
univentionTheme: "https://{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}/univention/theme.css"
univentionCustomTheme: "https://{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}/univention/portal/css/custom.css"
favIcon: "https://{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}/favicon.ico"
favIcon: "https://www.google.com/favicon.ico"
replicaCount: {{ .Values.replicas.keycloak }}