From 5712cd055de7c59809bc0bcc0f8f0a554b0ddae5 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 7 Apr 2026 21:47:04 +0300 Subject: [PATCH] =?UTF-8?q?DEVX-200:=20[BE]=20=D0=A3=D0=BD=D0=B8=D1=84?= =?UTF-8?q?=D0=B8=D1=86=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BD=D1=8F=D1=82=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D0=B8=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devspc/devspace-gateway/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devspc/devspace-gateway/templates/configmap.yaml b/devspc/devspace-gateway/templates/configmap.yaml index e83fca0..d091b24 100644 --- a/devspc/devspace-gateway/templates/configmap.yaml +++ b/devspc/devspace-gateway/templates/configmap.yaml @@ -25,5 +25,5 @@ data: app: auth: enabled: true - jwk-uri: 'http://{{$.Values.keycloak.jwk}}' + jwk-uri: '{{$.Values.keycloak.jwk}}' jwt-service-claim-name: '{{$.Values.keycloak.claimName}}' \ No newline at end of file