c12s-kubespray/roles/kubernetes-apps/csi_driver/cinder/templates/cinder-csi-driver.yml.j2

11 lines
194 B
Plaintext
Raw Normal View History

2020-06-30 16:00:07 +00:00
apiVersion: storage.k8s.io/v1
kind: CSIDriver
metadata:
name: cinder.csi.openstack.org
spec:
attachRequired: true
podInfoOnMount: true
2020-07-27 06:32:17 +00:00
volumeLifecycleModes:
- Persistent
- Ephemeral