From 0d7980d10510d491cb84c2b11052912c6729e1da Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 30 Apr 2026 18:05:09 +0200 Subject: [PATCH] env secret --- infra/values/upc-dev/keycloak-values.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/infra/values/upc-dev/keycloak-values.yaml b/infra/values/upc-dev/keycloak-values.yaml index 1e7a0cc..eca9d54 100644 --- a/infra/values/upc-dev/keycloak-values.yaml +++ b/infra/values/upc-dev/keycloak-values.yaml @@ -3,9 +3,12 @@ ingress: keycloakConfigCli: enabled: true - extraEnvVarsSecret: microsoft-idp-credentials - annotations: - config-trigger: "2026-04-30" + extraEnvVars: + - name: MS_IDP_CLIENT_SECRET + valueFrom: + secretKeyRef: + name: microsoft-idp-credentials + key: MS_IDP_CLIENT_SECRET configuration: microsoft-idp.json: | {