mirror of https://github.com/k3s-io/k3s
Fix a typo in csiPlugin comment
parent
357decc9db
commit
43f805b7bd
|
@ -269,7 +269,7 @@ func (p *csiPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.S
|
|||
|
||||
func (p *csiPlugin) SupportsMountOption() bool {
|
||||
// TODO (vladimirvivien) use CSI VolumeCapability.MountVolume.mount_flags
|
||||
// to probe for the result for this method:w
|
||||
// to probe for the result for this method
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue