Skip to content

Commit

Permalink
Merge pull request #1249 from sean-morris/master
Browse files Browse the repository at this point in the history
Added Canada College to cloudbank
  • Loading branch information
sean-morris authored Apr 28, 2022
2 parents a2915f1 + 7d14bb7 commit 45e51af
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/clusters/cloudbank/canada.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
jupyterhub:
custom:
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "google"
homepage:
templateVars:
org:
name: Canada College
logo_url: https://canadacollege.edu/marketing/images/cc_green-logo-clear.png
url: https://canadacollege.edu
designed_by:
name: 2i2c
url: https://2i2c.org
operated_by:
name: CloudBank
url: http://cloudbank.org/
funded_by:
name: CloudBank
url: http://cloudbank.org/
hub:
config:
Authenticator:
allowed_users: &canada_users
- [email protected]
- [email protected]
- [email protected]
admin_users: *canada_users
13 changes: 13 additions & 0 deletions config/clusters/cloudbank/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ hubs:
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- skyline.values.yaml
- name: canada
display_name: "Canada College"
domain: canada.cloudbank.2i2c.cloud
helm_chart: basehub
auth0:
# connection update? Also ensure the basehub Helm chart is provided a
# matching value for jupyterhub.custom.2i2c.add_staff_user_ids_of_type!
connection: google-oauth2
helm_chart_values_files:
# The order in which you list files here is the order the will be passed
# to the helm upgrade command in, and that has meaning. Please check
# that you intend for these files to be applied in this order.
- canada.values.yaml
- name: demo
display_name: "Cloudbank demo"
domain: demo.cloudbank.2i2c.cloud
Expand Down

0 comments on commit 45e51af

Please sign in to comment.