File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 8
8
# include this config and then pass --set hub.some-option=null to null it out
9
9
# when it must not be passed, but that still triggers schema validation errors.
10
10
#
11
+
12
+ singleuser :
13
+ storage :
14
+ extraVolumes :
15
+ test-volume :
16
+ name : test-volume
17
+ emptyDir : {}
18
+ extraVolumeMounts :
19
+ test-volume-mount :
20
+ name : test-volume
21
+ mountPath : /test-volume
Original file line number Diff line number Diff line change @@ -159,14 +159,6 @@ singleuser:
159
159
data-toml : *data-toml
160
160
storage :
161
161
type : none
162
- extraVolumes :
163
- test-volume :
164
- name : test-volume
165
- emptyDir : {}
166
- extraVolumeMounts :
167
- test-volume-mount :
168
- name : test-volume
169
- mountPath : /test-volume
170
162
memory :
171
163
guarantee : null
172
164
networkPolicy :
You can’t perform that action at this time.
0 commit comments