mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
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:
parent
b258628b05
commit
e2832fde5b
@ -5,5 +5,6 @@ metadata:
|
|||||||
name: "{{ .Name }}"
|
name: "{{ .Name }}"
|
||||||
spec:
|
spec:
|
||||||
attachRequired: false
|
attachRequired: false
|
||||||
|
fsGroupPolicy: File
|
||||||
volumeLifecycleModes:
|
volumeLifecycleModes:
|
||||||
- Persistent
|
- Persistent
|
||||||
|
@ -6,3 +6,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
attachRequired: true
|
attachRequired: true
|
||||||
podInfoOnMount: false
|
podInfoOnMount: false
|
||||||
|
fsGroupPolicy: File
|
||||||
|
@ -12,6 +12,6 @@ metadata:
|
|||||||
name: "nfs.csi.ceph.com"
|
name: "nfs.csi.ceph.com"
|
||||||
spec:
|
spec:
|
||||||
attachRequired: false
|
attachRequired: false
|
||||||
|
fsGroupPolicy: File
|
||||||
volumeLifecycleModes:
|
volumeLifecycleModes:
|
||||||
- Persistent
|
- Persistent
|
||||||
fsGroupPolicy: File
|
|
||||||
|
Loading…
Reference in New Issue
Block a user