Skip to content

Commit f8e556c

Browse files
dabradleyt-mialve
authored andcommitted
Add fsGroupPolicy to driver
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.
1 parent 309920c commit f8e556c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/csi-azurelustre-driver.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ kind: CSIDriver
44
metadata:
55
name: azurelustre.csi.azure.com
66
spec:
7+
fsGroupPolicy: File
78
attachRequired: false
89
podInfoOnMount: true

0 commit comments

Comments
 (0)