Skip to content

Commit b595865

Browse files
committed
deploy: enable CSI ephemeral inline volume testing
At least one line volume must be defined, otherwise the tests get skipped.
1 parent 4e95588 commit b595865

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

deploy/kubernetes-1.18/test-driver.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ DriverInfo:
2020
singleNodeVolume: true
2121
snapshotDataSource: true
2222
topology: true
23+
InlineVolumes:
24+
- shared: true

deploy/kubernetes-1.20/test-driver.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ DriverInfo:
2020
singleNodeVolume: true
2121
snapshotDataSource: true
2222
topology: true
23+
InlineVolumes:
24+
- shared: true

deploy/kubernetes-distributed/test-driver.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ DriverInfo:
1616
persistence: true
1717
singleNodeVolume: true
1818
topology: true
19+
InlineVolumes:
20+
- shared: true

0 commit comments

Comments
 (0)