test: change one e2e test
This commit is contained in:
parent
ade197cd1d
commit
ac100207b4
@ -62,7 +62,7 @@ var (
|
||||
subDirStorageClassParameters = map[string]string{
|
||||
"server": nfsServerAddress,
|
||||
"share": nfsShare,
|
||||
"subDir": "subDirectory-${pvc.metadata.namespace}",
|
||||
"subDir": "${pvc.metadata.namespace}/${pvc.metadata.name}",
|
||||
"csi.storage.k8s.io/provisioner-secret-name": "mount-options",
|
||||
"csi.storage.k8s.io/provisioner-secret-namespace": "default",
|
||||
"mountPermissions": "0755",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user