Skip to content

Commit 1d196a9

Browse files
Clarify key properties in docs
Co-authored-by: Angus Hollands <[email protected]>
1 parent 96a2ece commit 1d196a9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/source/jupyterhub/customizing/user-resources.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,14 @@ The following configuration will increase the SHM allocation by mounting a
118118
singleuser:
119119
storage:
120120
extraVolumes:
121-
shm-volume:
121+
# Arbitrary key for identity & ordering
122+
1-shm-volume:
122123
name: shm-volume
123124
emptyDir:
124125
medium: Memory
125126
extraVolumeMounts:
126-
shm-volume:
127+
# Arbitrary key for identity & ordering
128+
1-shm-volume:
127129
name: shm-volume
128130
mountPath: /dev/shm
129131
```

docs/source/jupyterhub/customizing/user-storage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,14 @@ pods:
235235
singleuser:
236236
storage:
237237
extraVolumes:
238-
jupyterhub-shared:
238+
# Arbitrary key for identity & ordering
239+
1-jupyterhub-shared:
239240
name: jupyterhub-shared
240241
persistentVolumeClaim:
241242
claimName: jupyterhub-shared-volume
242243
extraVolumeMounts:
243-
jupyterhub-shared:
244+
# Arbitrary key for identity & ordering
245+
1-jupyterhub-shared:
244246
name: jupyterhub-shared
245247
mountPath: /home/shared
246248
```

0 commit comments

Comments
 (0)