From da127e056b27e28beb23130c59f74ec30d969a02 Mon Sep 17 00:00:00 2001 From: Alexey Bogdanov <132354888+alexey-bogdanov@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:16:34 +0300 Subject: [PATCH] Env value fixed (#26) --- charts/testops/Chart.yaml | 2 +- charts/testops/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/testops/Chart.yaml b/charts/testops/Chart.yaml index ebb8271..ae9623b 100644 --- a/charts/testops/Chart.yaml +++ b/charts/testops/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: testops -version: 5.7.1 +version: 5.7.2 appVersion: 5.7.0 description: TestOps diff --git a/charts/testops/templates/_helpers.tpl b/charts/testops/templates/_helpers.tpl index 2afac78..e566fcf 100644 --- a/charts/testops/templates/_helpers.tpl +++ b/charts/testops/templates/_helpers.tpl @@ -287,7 +287,7 @@ key: openIdClientSecret - name: SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_{{ .Values.auth.openid.providerName }}_REDIRECTURI value: {{ .Values.auth.openid.redirectUri }} - - name: SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_{{ .Values.auth.openid.providerName }}_SCOPE + - name: SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_{{ .Values.auth.openid.providerName }}_SCOPE value: {{ .Values.auth.openid.scope }} - name: SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_{{ .Values.auth.openid.providerName }}_AUTHORIZATIONGRANTTYPE value: {{ .Values.auth.openid.authorizationGrantType }}