1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-19 17:19:30 +00:00
ceph-csi/api/deploy/kubernetes/rbd/csidriver.yaml
Humble Chirammal e2832fde5b 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>
2022-11-11 16:41:24 +00:00

10 lines
157 B
YAML

---
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: "{{ .Name }}"
spec:
attachRequired: true
podInfoOnMount: false
fsGroupPolicy: File