Skip to content

Commit

Permalink
Update resources.py
Browse files Browse the repository at this point in the history
update
  • Loading branch information
nguyenhuukhoi authored Jan 17, 2024
1 parent d7756c6 commit 6bad1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_object(self) -> pykube.ConfigMap:
else {},
"name": "block-%s" % utils.convert_to_rfc1123(vt.name),
},
"provisioner": "kubernetes.io/cinder",
"provisioner": "cinder.csi.openstack.org",
"parameters": {
"type": utils.convert_to_rfc1123(vt.name),
},
Expand Down

0 comments on commit 6bad1c1

Please sign in to comment.