From 78c9bee37ff2c95227f42e04e444722e5e2cc791 Mon Sep 17 00:00:00 2001 From: subochev Date: Fri, 27 Mar 2026 03:40:15 +0300 Subject: [PATCH] =?UTF-8?q?DEVX-178:=20[BE]=20=D0=A0=D0=B0=D0=B7=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20endpoint=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B4=D0=B0=D1=87=D0=B8=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B8=20?= =?UTF-8?q?=D1=84=D0=B5=D0=B9=D0=BD-=D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20gradle/maven?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devspc/devspace-api/templates/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devspc/devspace-api/templates/configmap.yaml b/devspc/devspace-api/templates/configmap.yaml index 6052c5a..65d4b5f 100644 --- a/devspc/devspace-api/templates/configmap.yaml +++ b/devspc/devspace-api/templates/configmap.yaml @@ -23,6 +23,6 @@ data: keycloak-realm: '{{$.Values.keycloak.realm}}' app: auth: - enabled: {{$.Value.auth.enabled}} - jwk-uri: {{$.Value.auth.jwk.url}} + enabled: {{$.Values.auth.enabled}} + jwk-uri: {{$.Values.auth.jwk.url}} jwt-service-claim-name: dev-space \ No newline at end of file