mirror of https://github.com/k3s-io/k3s
Add supportedMountOptions for GCE PD CSI Driver tests
parent
8c8bf878fc
commit
b8bec43635
|
@ -350,6 +350,7 @@ func InitGcePDCSIDriver() testsuites.TestDriver {
|
|||
"ext4",
|
||||
"xfs",
|
||||
),
|
||||
SupportedMountOption: sets.NewString("debug", "nouid32"),
|
||||
Capabilities: map[testsuites.Capability]bool{
|
||||
testsuites.CapPersistence: true,
|
||||
testsuites.CapFsGroup: true,
|
||||
|
|
Loading…
Reference in New Issue