Skip to content

Commit

Permalink
Fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 authored and mnaser committed Nov 16, 2022
1 parent 2ee7669 commit 93a6d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def update_nodegroup_status(self, context, cluster, nodegroup):
# NOTE(Oleks): We need to keep this until
# https://github.com/kubernetes-sigs/cluster-api/pull/7088 is fixed.
resources.set_autoscaler_metadata_in_machinedeployment(
self.k8s_api, cluster
self.k8s_api, cluster, nodegroup
)

nodegroup.save()
Expand Down

0 comments on commit 93a6d8b

Please sign in to comment.