1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-18 00:29:30 +00:00
ceph-csi/charts/ceph-csi-rbd/templates/csidriver-crd.yaml

10 lines
185 B
YAML
Raw Normal View History

apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: {{ .Values.driverName }}
spec:
attachRequired: true
podInfoOnMount: false
fsGroupPolicy: File
seLinuxMount: true