Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move a few hubs off *.pilot.2i2c.cloud #1129

Merged
merged 1 commit into from
Mar 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/clusters/2i2c/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ support:
hubs:
- name: staging
display_name: "2i2c staging"
domain: staging.pilot.2i2c.cloud
domain: staging.2i2c.cloud
helm_chart: basehub
auth0:
# connection update? Also ensure the basehub Helm chart is provided a
Expand All @@ -25,7 +25,7 @@ hubs:
- staging.values.yaml
- name: dask-staging
display_name: "2i2c dask staging"
domain: dask-staging.pilot.2i2c.cloud
domain: dask-staging.2i2c.cloud
helm_chart: daskhub
auth0:
# connection update? Also ensure the basehub Helm chart is provided a
Expand All @@ -38,7 +38,7 @@ hubs:
- dask-staging.values.yaml
- name: demo
display_name: "2i2c demo"
domain: demo.pilot.2i2c.cloud
domain: demo.2i2c.cloud
helm_chart: basehub
auth0:
# connection update? Also ensure the basehub Helm chart is provided a
Expand Down