Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Fix oauth.provider.client.id secret mounting (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Feb 26, 2019
1 parent 030bee8 commit d231809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/auth.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ objects:
secretKeyRef:
name: auth
key: db.password
- name: AUTH_AUTH_PROVIDER_CLIENT_ID
- name: AUTH_OAUTH_PROVIDER_CLIENT_ID
valueFrom:
secretKeyRef:
name: auth
Expand Down

0 comments on commit d231809

Please sign in to comment.