Skip to content

Commit 86447ec

Browse files
committed
test: use mountPermissions 2770 in default e2e test to cover setgid
1 parent 00ba61c commit 86447ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var (
5050
"share": nfsShare,
5151
"csi.storage.k8s.io/provisioner-secret-name": "mount-options",
5252
"csi.storage.k8s.io/provisioner-secret-namespace": "default",
53-
"mountPermissions": "0755",
53+
"mountPermissions": "2770",
5454
}
5555
storageClassParametersWithZeroMountPermisssions = map[string]string{
5656
"server": nfsServerAddress,

0 commit comments

Comments
 (0)