From 0c0d17bde4d0fef89d0f08a97ed5fdca24530e6c Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 8 Jun 2023 14:37:27 +0200 Subject: [PATCH] Add storageclass: csi-sc-cinderplugin --- cinder/cinder-csi-storageclass.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cinder/cinder-csi-storageclass.yaml diff --git a/cinder/cinder-csi-storageclass.yaml b/cinder/cinder-csi-storageclass.yaml new file mode 100644 index 0000000..d1c4999 --- /dev/null +++ b/cinder/cinder-csi-storageclass.yaml @@ -0,0 +1,5 @@ +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: csi-sc-cinderplugin +provisioner: cinder.csi.openstack.org