Skip to content
Snippets Groups Projects
Commit 22a8c149 authored by Mark's avatar Mark
Browse files

fix secret name for userpanel

parent b4e24842
No related branches found
No related tags found
1 merge request!40WIP: Update hydra
Pipeline #6367 failed with stages
in 1 second
......@@ -40,8 +40,8 @@ spec:
- name: OAUTH_CLIENT_ID
valueFrom:
secretKeyRef:
name: oauth2-clients
key: {{ .Values.userpanel.applicationName }}_client_id
name: oauth2-client-user-panel
key: value
- name: OAUTH_CLIENT_SECRET
valueFrom:
secretKeyRef:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment