Skip to content

Commit

Permalink
Change the nomencalture for shared drives
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jan 16, 2025
1 parent 760dc2e commit 7afa5b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ jupyterhub:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/polsci191-shared-readwrite
subPath: _shared/course/1541486-shared
subPath: _shared/2025-spring/courses/1541486
course::1541486::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/polsci191-shared-readwrite
subPath: _shared/course/1541486-shared
subPath: _shared/2025-spring/courses/1541486
course::1541486::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/polsci191-shared
subPath: _shared/course/1541486-shared
mountPath: /home/jovyan/polsci191-shared-readonly
subPath: _shared/2025-spring/courses/1541486
readOnly: true

0 comments on commit 7afa5b0

Please sign in to comment.