v1_20210416
Set volume mount dir permissions to 0777 Since we don't have any ACL on the nfs server we can just make the base directory world writeable by all, this should allow for usage by non root pods. Since permissions on RWX volumes are not set by kubernetes, they normally would be root only, any file/folder that gets created by the pod should have the correct owner/permissions. Longhorn #2418 Signed-off-by: Joshua Moody <joshua.moody@rancher.com>