From ef79cfc2e5c64fb5ab2facc15a35c33c7a539ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Tue, 4 Feb 2025 20:50:22 +0100 Subject: [PATCH] fix(nubus): Only configure apps that are deployed to show up in IAM admin UI and Keycloak --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 4c2b0a9d..042cc015 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -1103,6 +1103,7 @@ nubusStackDataUms: smtpStartTls: false ldapBase: {{ .Values.ldap.baseDn }} templateContext: + initialPasswordAdministrator: {{ .Values.secrets.nubus.systemAccounts.administratorPassword | quote }} apps: {{ .Values.apps | toYaml | nindent 6 }} portalEnforceLogin: {{ .Values.functional.portal.enforceLogin }} portalHeaderLogo: {{ toYaml .Values.theme.imagery.logoHeaderSvgB64 | quote }}