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