You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
246 B
8 lines
246 B
# Source: https://github.com/kubernetes-sigs/vsphere-csi-driver
|
|
apiVersion: storage.k8s.io/v1 # For k8s 1.17 use storage.k8s.io/v1beta1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: csi.vsphere.vmware.com
|
|
spec:
|
|
attachRequired: true
|
|
podInfoOnMount: false
|
|
|