Skip to content

Commit

Permalink
fix jsonPatch for worker nodegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Aug 20, 2024
1 parent 9aaddac commit 6bc7b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1778,9 +1778,9 @@ def get_object(self) -> objects.ClusterClass:
},
{
"op": "add",
"path": "/spec/template/spec/serverGroup",
"path": "/spec/template/spec/serverGroup/id",
"valueFrom": {
"variable": "{{ .builtin.cluster.name }}-{{ .nodeGroupName }}",
"variable": "serverGroupId",
},
},
],
Expand Down

0 comments on commit 6bc7b76

Please sign in to comment.