Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
csusb-hpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
csusb-prp
csusb-hpc
Commits
5077163e
Commit
5077163e
authored
1 year ago
by
Dung Vu
Browse files
Options
Downloads
Plain Diff
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
!32
V3.0.3
Checking pipeline status
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
values.template.yaml
+11
-2
11 additions, 2 deletions
values.template.yaml
with
12 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
5077163e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
values.template.yaml
+
11
−
2
View file @
5077163e
...
@@ -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
:
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment