Skip to content

Commit

Permalink
deploy: update fsGroupPolicy to File for nfs driver object
Browse files Browse the repository at this point in the history
NFS volume similar to CephFs volumes can support
fsGroupPolicy as File, now Kubernetes Kubernetes may
use fsGroup to change permissions and ownership of the
volume to match user requested fsGroup in the pod's
SecurityPolicy regardless of fstype or access mode.

Signed-off-by: Rakshith R <[email protected]>
  • Loading branch information
Rakshith-R authored and mergify[bot] committed Aug 9, 2022
1 parent d39d2cf commit 54fe415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/nfs/kubernetes/csidriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ spec:
attachRequired: false
volumeLifecycleModes:
- Persistent
fsGroupPolicy: File

0 comments on commit 54fe415

Please sign in to comment.