fix(oidc-tester): fix oauth secret keys
This commit is contained in:
parent
1c5eb098f8
commit
320d494e8d
|
@ -30,10 +30,10 @@ spec:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: oidc-test-oauth2-client
|
||||
key: client_id
|
||||
key: CLIENT_ID
|
||||
- name: OIDC_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: oidc-test-oauth2-client
|
||||
key: client_secret
|
||||
key: CLIENT_SECRET
|
||||
restartPolicy: Always
|
||||
|
|
Loading…
Reference in New Issue