mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
e2832fde5b
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>
11 lines
175 B
YAML
11 lines
175 B
YAML
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: "{{ .Name }}"
|
|
spec:
|
|
attachRequired: false
|
|
fsGroupPolicy: File
|
|
volumeLifecycleModes:
|
|
- Persistent
|