Skip to content

Commit f245164

Browse files
committed
Fix upgrade tests
1 parent dadf1fa commit f245164

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

dev-config-local-chart-extra-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@
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

dev-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)