Skip to content

Commit 74a6779

Browse files
committed
Mount individual group shared folders separately
1 parent 25eae5a commit 74a6779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/clusters/maap/staging.values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jupyterhub:
2424
# so that they are owned by the user
2525
- >
2626
id &&
27-
mkdir -p /home/jovyan/shared-group/CPU_L &&
28-
mkdir -p /home/jovyan/shared-group/GPU_T4 &&
2927
chown 1000:1000 /home/jovyan /home/jovyan/shared /home/jovyan/shared-public &&
3028
chown 1000:1000 /home/jovyan/shared-group/* &&
3129
ls -lhd /home/jovyan
@@ -44,8 +42,11 @@ jupyterhub:
4442
mountPath: /home/jovyan/shared-public
4543
subPath: _shared-public
4644
- name: home
47-
mountPath: /home/jovyan/shared-group
48-
subPath: _shared-group
45+
mountPath: /home/jovyan/shared-group/CPU_L
46+
subPath: _shared-group/CPU_L
47+
- name: home
48+
mountPath: /home/jovyan/shared-group/GPU_T4
49+
subPath: _shared-group/GPU_T4
4950
storage:
5051
type: null
5152

@@ -319,7 +320,6 @@ jupyterhub:
319320
name: home
320321
mountPath: /home/jovyan/shared-group/GPU_T4
321322
subPath: _shared-group/GPU_T4
322-
323323
Authenticator:
324324
admin_users: []
325325
GitHubOAuthenticator:

0 commit comments

Comments
 (0)