Skip to content

Commit

Permalink
chore: Update GitHub client ID and client secret in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 25, 2024
1 parent d316575 commit 171caac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/apps/headlamp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
type: ImplementationSpecific
config:
oidc:
clientID: ${github_client_id}
clientSecret: ${github_client_secret}
clientID: github
clientSecret: github-secret
issuerURL: https://dex.${cluster_domain}
scopes: "openid,profile,email"
1 change: 1 addition & 0 deletions k8s/infrastructure/dex/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
connectors:
- type: github
id: github
secret: github-secret
name: GitHub
config:
clientID: ${github_client_id}
Expand Down

0 comments on commit 171caac

Please sign in to comment.