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

Update values.template.yaml

parent a8bac527
No related branches found
No related tags found
No related merge requests found
Pipeline #32674 failed
......@@ -180,6 +180,9 @@ singleuser:
- name: csusb-hpc-share
persistentVolumeClaim:
claimName: csusb-hub-dev-share
- name: my-cvmfs
persistentVolumeClaim:
claimName: csusb-cvmfs
# bypass this
# - name: mkshare-script
......@@ -194,6 +197,11 @@ singleuser:
extraVolumeMounts:
- name: csusb-hpc-share
mountPath: /home/jovyan/shared
- name: csusb-cvmfs
mountPath: /csusb-cvmfs
# C VMFS automount volumes must be mounted with HostToContainer mount propagation.
mountPropagation: HostToContainer
# bypass this
# - name: mkshare-script
# mountPath: /usr/local/bin/before-notebook.d/mkshare.sh
......
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