From 19f0ed87a3d9a288157de0a7b5011e683085dfb5 Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Tue, 16 Jul 2024 16:00:54 +0200 Subject: [PATCH] fix(nubus): Keycloak wrong credentials --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 35eb7195..a56e468d 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -41,11 +41,12 @@ minio: # Nubus services which use customer supplied services keycloak: - auth: - username: "kcadmin" - credentialSecret: - name: "ums-opendesk-keycloak-credentials" - key: "admin_password" + keycloak: + auth: + username: "kcadmin" + credentialSecret: + name: "ums-opendesk-keycloak-credentials" + key: "admin_password" postgresql: connection: host: {{ .Values.databases.keycloak.host | quote }}