From 6bf7db21d02650ab1cd65ee5123b6f83a0ea6664 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Sat, 16 May 2026 21:55:44 +0200 Subject: [PATCH] registrar error --- infra/values/base/keycloak-values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/values/base/keycloak-values.yaml b/infra/values/base/keycloak-values.yaml index c6745db..d7899fb 100644 --- a/infra/values/base/keycloak-values.yaml +++ b/infra/values/base/keycloak-values.yaml @@ -528,9 +528,8 @@ extraDeploy: publicClient: false, redirectUris: .redirectUris, webOrigins: .webOrigins, - defaultClientScopes: .defaultClientScopes, protocolMappers: (.protocolMappers // []) - }') + } | with_entries(select(.value != null))') # Check if client already exists EXISTING=$(curl -sf -H "Authorization: Bearer ${TOKEN}" \