Unverified Commit c585d13e authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69854 from andyzhangx/azurefile-permission

change default azure file mount permission to 0777
parents a630801e ccac3a51
......@@ -31,8 +31,8 @@ const (
dirMode = "dir_mode"
gid = "gid"
vers = "vers"
defaultFileMode = "0755"
defaultDirMode = "0755"
defaultFileMode = "0777"
defaultDirMode = "0777"
defaultVers = "3.0"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment