mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
9 lines
209 B
YAML
9 lines
209 B
YAML
# 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
|