Skip to content

Commit

Permalink
fix shared-readwrite mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Nov 8, 2024
1 parent 4cb893b commit 9926dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jupyterhub:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared
course::1536425::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared
course::1536425::enrollment_type::student:
extraVolumeMounts:
- name: home
Expand Down

0 comments on commit 9926dd6

Please sign in to comment.