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 88# include this config and then pass --set hub.some-option=null to null it out
99# when it must not be passed, but that still triggers schema validation errors.
1010#
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:
159159 data-toml : *data-toml
160160 storage :
161161 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
170162 memory :
171163 guarantee : null
172164 networkPolicy :
You can’t perform that action at this time.
0 commit comments