Skip to content

Commit

Permalink
Update Climate hub with proper env & student names (#299)
Browse files Browse the repository at this point in the history
* testing adding nccasc workshop github usernames to hub

* deploy climate hub

* missed a value

* add secrets for login

* add the setup auth to main doc

* fix gitpuller

* no more master branch yay

* ea envt with xarray installed

* adding some students

* adding nate

Co-authored-by: lherwehe <lauren.herwehe@colorado.edu>
Co-authored-by: leah wasser <leahwasser@leahs-MacBook-Pro.local>
  • Loading branch information
3 people committed Oct 29, 2020
1 parent bad16ad commit 95c94ab
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
33 changes: 30 additions & 3 deletions hub-charts/climate-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jupyterhub:
- "sh"
- "-c"
- >
gitpuller https://github.com/earthlab/climate-data-101;
gitpuller https://github.com/earthlab/climate-data-101 main workshop-materials;
proxy:
nodeSelector:
cloud.google.com/gke-nodepool: core-pool
Expand Down Expand Up @@ -66,11 +66,38 @@ jupyterhub:
- lherwehe
- nkorinek
- lwasser
- kcranston
- nquarder
whitelist:
users:
- earth-lab
- lwasser
- joemcglinchy
- lisestdenis
- kysolvik
- maxwellCcook
- acrunyon
- gretfitz
- CQuinn8
- shwang01
- tbeeton
- mhovey8
- katherinejchase
- sheelbansal
- Muellers-CFRI
- kaniewskic0106
- LizWWA
- janewolken
- mewieczo
- shelbyross
- andpaxt
- gcgusts
- apmonr
- ritareisor
- pmodi7
- carrielevine
- caileeny
- nvanschmidt
- annalopresti
- biadias
type: github
github:
callbackUrl: "https://hub.earthdatascience.org/climate-hub/hub/oauth_callback"
2 changes: 1 addition & 1 deletion user-images/climate-hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM earthlab/earth-analytics-python-env:214f803
FROM earthlab/earth-analytics-python-env:fa0c232

# Install nbgrader server extensions - we only want the students to see the
# validate extension, but you can't just install one. You need to install
Expand Down

0 comments on commit 95c94ab

Please sign in to comment.