mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
54fa028465
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
10 lines
158 B
YAML
10 lines
158 B
YAML
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: "{{ .Name }}"
|
|
spec:
|
|
attachRequired: false
|
|
podInfoOnMount: false
|
|
fsGroupPolicy: File
|