fix(nubus): Only configure apps that are deployed to show up in IAM admin UI and Keycloak

This commit is contained in:
Thorsten Roßner
2025-02-04 20:50:22 +01:00
parent 4905dd26bd
commit ef79cfc2e5

View File

@@ -1103,6 +1103,7 @@ nubusStackDataUms:
smtpStartTls: false smtpStartTls: false
ldapBase: {{ .Values.ldap.baseDn }} ldapBase: {{ .Values.ldap.baseDn }}
templateContext: templateContext:
initialPasswordAdministrator: {{ .Values.secrets.nubus.systemAccounts.administratorPassword | quote }}
apps: {{ .Values.apps | toYaml | nindent 6 }} apps: {{ .Values.apps | toYaml | nindent 6 }}
portalEnforceLogin: {{ .Values.functional.portal.enforceLogin }} portalEnforceLogin: {{ .Values.functional.portal.enforceLogin }}
portalHeaderLogo: {{ toYaml .Values.theme.imagery.logoHeaderSvgB64 | quote }} portalHeaderLogo: {{ toYaml .Values.theme.imagery.logoHeaderSvgB64 | quote }}