Skip to content

Commit

Permalink
Merge pull request #534 from marjus45/master
Browse files Browse the repository at this point in the history
Add VolumeContext in ControllerPublishVolume
  • Loading branch information
k8s-ci-robot authored Aug 15, 2024
2 parents 79f5a9b + cf12c83 commit 51af80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sanity/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,7 @@ func VolumeLifecycle(r *Resources, sc *TestContext, count int) {
VolumeId: vol.GetVolume().GetVolumeId(),
NodeId: ni.GetNodeId(),
VolumeCapability: TestVolumeCapabilityWithAccessType(sc, csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER),
VolumeContext: vol.GetVolume().GetVolumeContext(),
Readonly: false,
Secrets: sc.Secrets.ControllerPublishVolumeSecret,
},
Expand Down

0 comments on commit 51af80a

Please sign in to comment.