Use PublishContext instead
This commit is contained in:
parent
4274180f3d
commit
9e3c2ce6e2
@ -55,7 +55,7 @@ func (ns *NodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
|
||||
mo = append(mo, "ro")
|
||||
}
|
||||
|
||||
volParameters := req.GetVolumeContext()
|
||||
volParameters := req.GetPublishContext()
|
||||
|
||||
mounter, err := newMounter(volumeID, ns.Driver, volParameters)
|
||||
if err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user