Skip to content

Commit

Permalink
Make the directory name the course name
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jan 16, 2025
1 parent 51e12ce commit 760dc2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/r/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,16 @@ jupyterhub:
course::1541486::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/1541486-shared-readwrite
mountPath: /home/jovyan/polsci191-shared-readwrite
subPath: _shared/course/1541486-shared
course::1541486::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/1541486-shared-readwrite
mountPath: /home/jovyan/polsci191-shared-readwrite
subPath: _shared/course/1541486-shared
course::1541486::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/1541486-shared
mountPath: /home/jovyan/polsci191-shared
subPath: _shared/course/1541486-shared
readOnly: true

0 comments on commit 760dc2e

Please sign in to comment.