mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
9 lines
204 B
YAML
9 lines
204 B
YAML
# Create the CSI Driver object
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: zfs.csi.openebs.io
|
|
spec:
|
|
# do not require volumeattachment
|
|
attachRequired: false
|
|
podInfoOnMount: false
|