mirror of https://github.com/k3s-io/k3s
Merge pull request #58646 from adityadani/disable_selinux_for_portworx_volumes
Change the portworx volume attribute SupportsSELinux to falsepull/58/head
commit
2e73529c9e
|
@ -271,8 +271,7 @@ func (b *portworxVolumeMounter) GetAttributes() volume.Attributes {
|
|||
return volume.Attributes{
|
||||
ReadOnly: b.readOnly,
|
||||
Managed: !b.readOnly,
|
||||
// true ?
|
||||
SupportsSELinux: true,
|
||||
SupportsSELinux: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue