Skip to content

Commit

Permalink
Merge pull request #2158 from cyclinder/ci/fix1
Browse files Browse the repository at this point in the history
typo: make spidercoordinator.status.phase uppercase
  • Loading branch information
weizhoublue authored Aug 8, 2023
2 parents 222da0e + 27112c4 commit 71c15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/coordinatormanager/coordinator_informer.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func (cc *CoordinatorController) syncHandler(ctx context.Context, coordinatorNam
coordCopy.Status.OverlayPodCIDR = k8sPodCIDR
}
case none:
coordCopy.Status.Phase = synced
coordCopy.Status.Phase = Synced
coordCopy.Status.OverlayPodCIDR = []string{}
coordCopy.Status.ServiceCIDR = []string{}
}
Expand Down

0 comments on commit 71c15e0

Please sign in to comment.