zfs-localpv/deploy/helm/charts/templates/csidriver.yaml

10 lines
209 B
YAML
Raw Normal View History

# Create the CSI Driver object
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
name: zfs.csi.openebs.io
spec:
# do not require volumeattachment
attachRequired: false
podInfoOnMount: false