We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d8b3 commit 4a79ac2Copy full SHA for 4a79ac2
paws/values.yaml
@@ -63,6 +63,10 @@ jupyterhub:
63
{
64
'name': 'dumps',
65
'hostPath': { 'path': '/public/dumps' }
66
+ },
67
+ {
68
+ 'name': 'dumps-mnt',
69
+ 'hostPath': { 'path': '/mnt/nfs/dumps-labstore1006.wikimedia.org' }
70
}
71
]
72
spawner.volume_mounts = [
@@ -73,6 +77,10 @@ jupyterhub:
73
77
74
78
75
79
'mountPath': '/public/dumps'
80
81
82
83
+ 'mountPath': '/mnt/nfs/dumps-labstore1006.wikimedia.org'
76
84
85
86
0 commit comments