Skip to content

Commit

Permalink
fix(mongodb): cluster减少node修复flow节点的标签名 TencentBlueKing#5425
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhenryyy committed Jul 8, 2024
1 parent 7fa093f commit 4da9c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def cluster_reduce_node(root_id: str, ticket_data: Optional[Dict], sub_kwargs: A
sub_pipelines.append(sub_sub_pipeline)
sub_pipeline.add_parallel_sub_pipeline(sub_flow_list=sub_pipelines)

return sub_pipeline.build_sub_process(sub_name=_("MongoDB--{}增加节点".format(sub_get_kwargs.payload["cluster_name"])))
return sub_pipeline.build_sub_process(sub_name=_("MongoDB--{}减少节点".format(sub_get_kwargs.payload["cluster_name"])))

0 comments on commit 4da9c2b

Please sign in to comment.