rbd: change default FsGroupPolicy to "File" for RBD CSI driver

This commit change the default fsgroup policy for csi driver object
to "File" type which is the better/correct setting for the CSI volumes.
We have been using default value which is "ReadWriteOnceWithFSType".
with this change backward compatibility should be preserved.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit 586a9cc8ee)
This commit is contained in:
Humble Chirammal 2022-09-01 09:44:25 +05:30 committed by mergify[bot]
parent 3092b46774
commit 66512b6a73
2 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,4 @@ metadata:
spec:
attachRequired: true
podInfoOnMount: false
fsGroupPolicy: File

View File

@ -15,3 +15,4 @@ metadata:
spec:
attachRequired: true
podInfoOnMount: false
fsGroupPolicy: File