Skip to content

Commit

Permalink
fix(naming): wrong name of task flow of MaintainServerAfterBootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Mar 12, 2024
1 parent 48fa165 commit b85ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resource/observer/observer_flow.go
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ func PrepareOBServerForBootstrap() *tasktypes.TaskFlow {
func MaintainOBServerAfterBootstrap() *tasktypes.TaskFlow {
return &tasktypes.TaskFlow{
OperationContext: &tasktypes.OperationContext{
Name: fPrepareOBServerForBootstrap,
Name: fMaintainOBServerAfterBootstrap,
Tasks: []tasktypes.TaskName{tWaitOBClusterBootstrapped, tAddServer, tWaitOBServerActiveInCluster},
TargetStatus: serverstatus.Running,
},

0 comments on commit b85ceb7

Please sign in to comment.