Skip to content

Commit

Permalink
Merge pull request 2i2c-org#1689 from sean-morris/master
Browse files Browse the repository at this point in the history
Pasadena CC
  • Loading branch information
sean-morris authored Sep 8, 2022
2 parents 025f6c7 + 8501dba commit 8c4bde9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/clusters/cloudbank/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,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.
- palomar.values.yaml
- name: pasadena
display_name: "Pasadena City College"
domain: pasadena.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.
- pasadena.values.yaml
- name: sjcc
display_name: "San Jose Community College"
domain: sjcc.cloudbank.2i2c.cloud
Expand Down
26 changes: 26 additions & 0 deletions config/clusters/cloudbank/pasadena.values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
jupyterhub:
custom:
2i2c:
add_staff_user_ids_to_admin_users: true
add_staff_user_ids_of_type: "google"
homepage:
templateVars:
org:
name: Pasadena City College
logo_url: https://pasadena.edu/_resources/img/logos/pcc-logo-dark-125.png
url: https://pasadena.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: &pasadena_users
- [email protected]
admin_users: *pasadena_users

0 comments on commit 8c4bde9

Please sign in to comment.