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

Merge branch 'sharedlink' into 'main'

Update values.template.yaml

See merge request !1
parents cfdbf6a8 e143f2ed
No related branches found
No related tags found
1 merge request!1Update values.template.yaml
Pipeline #21671 passed
......@@ -93,9 +93,16 @@ singleuser:
- name: csusb-hpc-share
persistentVolumeClaim:
claimName: csusb-hpc-share
- name: mkshare-script
configMap:
name: mkshare-script
defaultMode: 0777
extraVolumeMounts:
- name: csusb-hpc-share
mountPath: /home/shared
- name: mkshare-script
mountPath: /usr/local/bin/before-notebook.d/mkshare.sh
subPath: mkshare.sh
image:
name: localhost:30081/prp/jupyter-stack/prp
tag: latest
......@@ -109,7 +116,7 @@ singleuser:
extraResource:
limits: {}
guarantees: {}
cmd: jupyterhub-singleuser
cmd: start-notebook.sh
defaultUrl: "/lab"
profileList:
- display_name: Stack Minimal
......
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