deploy: add fsgrouppolicy to the driver yaml

this fsgrouppolicy setting was missing in api/deploy/* which
caused the yamlgen to not pickup this. this commit address the
same.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-11-11 12:45:00 +05:30 committed by mergify[bot]
parent b258628b05
commit e2832fde5b
3 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,6 @@ metadata:
name: "{{ .Name }}"
spec:
attachRequired: false
fsGroupPolicy: File
volumeLifecycleModes:
- Persistent

View File

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

View File

@ -12,6 +12,6 @@ metadata:
name: "nfs.csi.ceph.com"
spec:
attachRequired: false
fsGroupPolicy: File
volumeLifecycleModes:
- Persistent
fsGroupPolicy: File