Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Env value fixed #26

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: testops
version: 5.7.1
version: 5.7.2
appVersion: 5.7.0

description: TestOps
Expand Down
2 changes: 1 addition & 1 deletion charts/testops/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading