Skip to content

Commit

Permalink
Nest some config deeper
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Mar 15, 2022
1 parent d83461a commit 8e814bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/clusters/leap/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ hubs:
enabled: false
helm_chart_values_files:
- common.values.yaml
- prod.yaml
- prod.values.yaml
- enc-prod.secret.values.yaml
7 changes: 4 additions & 3 deletions config/clusters/leap/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
basehub:
jupyterhub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://leap.2i2c.cloud/hub/oauth_callback
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://leap.2i2c.cloud/hub/oauth_callback
7 changes: 4 additions & 3 deletions config/clusters/leap/staging.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
basehub:
jupyterhub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://staging.leap.2i2c.cloud/hub/oauth_callback
hub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://staging.leap.2i2c.cloud/hub/oauth_callback

0 comments on commit 8e814bc

Please sign in to comment.