generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 814
Closed as not planned
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Description:
Current design hardcode folder permission as 0o777.
nfs-subdir-external-provisioner/cmd/nfs-subdir-external-provisioner/provisioner.go
Line 115 in 59a3ca2
| if err := os.MkdirAll(fullPath, 0o777); err != nil { |
Request:
- Make default permission as
0o770. - Provider a parameter to override default permission.
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.