Skip to content

Commit

Permalink
Fix the name for data100 shared directories
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Oct 1, 2024
1 parent 05f39ed commit 15b47ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,18 @@ jupyterhub:
course::1537664::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/data-100-readwrite
subPath: _shared/course/data-100
mountPath: /home/jovyan/data100-shared-readwrite
subPath: _shared/course/data100-shared-readwrite
course::1537664::enrollment_type::ta:
extraVolumeMounts:
- name: homes
mountPath: /home/jovyan/data-100-readwrite
subPath: _shared/course/data-100
mountPath: /home/jovyan/data100-shared-readwrite
subPath: _shared/course/data100-shared-readwrite
course::1537664::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/data-100-shared
subPath: _shared/course/data-100
mountPath: /home/jovyan/data100-shared
subPath: _shared/course/data100-shared
readOnly: true
admin:
mem_guarantee: 2G
Expand Down

0 comments on commit 15b47ff

Please sign in to comment.