Skip to content

Commit

Permalink
Fix share network id key name in sc
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 authored and mnaser committed Jun 1, 2023
1 parent 84f464c commit 1cd0324
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 @@ -313,7 +313,7 @@ def get_object(self) -> pykube.ConfigMap:
"provisioner": "manila.csi.openstack.org",
"parameters": {
"type": st.name,
"share_network_id": share_network_id,
"shareNetworkID": share_network_id,
"csi.storage.k8s.io/provisioner-secret-name": "csi-manila-secrets",
"csi.storage.k8s.io/provisioner-secret-namespace": "kube-system",
"csi.storage.k8s.io/controller-expand-secret-name": "csi-manila-secrets",
Expand Down

0 comments on commit 1cd0324

Please sign in to comment.