Skip to content

Commit

Permalink
Add fsGroupPolicy to driver
Browse files Browse the repository at this point in the history
In order to be able to use non-root accounts, it is important for
the driver to allow k8s to change group ids in the cluster. Adding
this value enables this ability so that in all circumstances,
a pod can run with the expected filesystem group ACLs set.
  • Loading branch information
dabradley authored and t-mialve committed Jan 10, 2025
1 parent 75a72c3 commit 825c9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/csi-azurelustre-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ kind: CSIDriver
metadata:
name: azurelustre.csi.azure.com
spec:
fsGroupPolicy: File
attachRequired: false
podInfoOnMount: true

0 comments on commit 825c9a1

Please sign in to comment.