Skip to content

Commit 51af80a

Browse files
authored
Merge pull request #534 from marjus45/master
Add VolumeContext in ControllerPublishVolume
2 parents 79f5a9b + cf12c83 commit 51af80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sanity/controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,7 @@ func VolumeLifecycle(r *Resources, sc *TestContext, count int) {
17761776
VolumeId: vol.GetVolume().GetVolumeId(),
17771777
NodeId: ni.GetNodeId(),
17781778
VolumeCapability: TestVolumeCapabilityWithAccessType(sc, csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER),
1779+
VolumeContext: vol.GetVolume().GetVolumeContext(),
17791780
Readonly: false,
17801781
Secrets: sc.Secrets.ControllerPublishVolumeSecret,
17811782
},

0 commit comments

Comments
 (0)