Skip to content
Snippets Groups Projects
Commit 5077163e authored by Dung Vu's avatar Dung Vu
Browse files

Merge branch 'V3.0.3' into 'main'

V3.0.3

See merge request !32
parents 1ceca144 202c0299
No related branches found
No related tags found
1 merge request!32V3.0.3
Checking pipeline status
...@@ -11,7 +11,7 @@ deploy-helm: ...@@ -11,7 +11,7 @@ deploy-helm:
# - helm upgrade --cleanup-on-fail --install hpchub jupyterhub/jupyterhub -n csusb-hpc --version=1.2.0 --values values.yaml # - helm upgrade --cleanup-on-fail --install hpchub jupyterhub/jupyterhub -n csusb-hpc --version=1.2.0 --values values.yaml
- helm upgrade --cleanup-on-fail - helm upgrade --cleanup-on-fail
--install hpchub jupyterhub/jupyterhub --install hpchub jupyterhub/jupyterhub
--namespace csusb-hpc --version=2.0.0 --namespace csusb-hpc --version=3.0.3
--values values.yaml --values values.yaml
--set-file hub.extraFiles.custom_spawner_profile.stringData=./extraFiles/my_spawner.html --set-file hub.extraFiles.custom_spawner_profile.stringData=./extraFiles/my_spawner.html
--set-file hub.extraFiles.custom_spawner.stringData=./extraFiles/my_spawner.py --set-file hub.extraFiles.custom_spawner.stringData=./extraFiles/my_spawner.py
......
...@@ -15,8 +15,17 @@ hub: ...@@ -15,8 +15,17 @@ hub:
client_id: $CILOGON_ID client_id: $CILOGON_ID
client_secret: $CILOGON_SECRET client_secret: $CILOGON_SECRET
oauth_callback_url: https://csusb-hpc.nrp-nautilus.io/hub/oauth_callback oauth_callback_url: https://csusb-hpc.nrp-nautilus.io/hub/oauth_callback
username_claim: "email" # username_claim: "email"
admin_users: ["dvu@csusb.edu", "000065181@csusb.edu", "youngsu.kim@csusb.edu", "006501270@csusb.edu"] admin_users: ["dvu@csusb.edu", "000065181@csusb.edu", "youngsu.kim@csusb.edu", "006501270@csusb.edu"]
allowed_idps:
https://idp.csusb.edu/idp/shibboleth:
username_derivation:
username_claim: "email"
allowed_domains:
- csusb.edu
- coyote.csusb.edu
allowed_users: allowed_users:
- dmishin@ucsd.edu - dmishin@ucsd.edu
...@@ -152,7 +161,7 @@ hub: ...@@ -152,7 +161,7 @@ hub:
image: image:
name: jupyterhub/k8s-hub name: jupyterhub/k8s-hub
tag: '2.0.0' tag: '3.0.3'
pullPolicy: '' pullPolicy: ''
pullSecrets: [] pullSecrets: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment