Skip to content

Commit

Permalink
same for share type
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 authored and mnaser committed Nov 14, 2023
1 parent 7d0f316 commit 66eda8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ def get_object(self) -> pykube.ConfigMap:
"allowVolumeExpansion": True,
"kind": objects.StorageClass.kind,
"metadata": {
"name": "share-%s" % st.name.lower(),
"name": "share-%s"
% utils.convert_to_rfc1123(st.name),
},
"provisioner": "manila.csi.openstack.org",
"parameters": {
Expand Down

0 comments on commit 66eda8b

Please sign in to comment.