Skip to content

Commit

Permalink
Add break
Browse files Browse the repository at this point in the history
  • Loading branch information
Sedef committed Apr 10, 2020
1 parent 906f812 commit d33801b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controlplane/kubeadm/internal/workload_cluster_etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func (w *Workload) ReconcileEtcdMembers(ctx context.Context) error {
name := node.Name
if m.Name == name {
isFound = true
break
}
}

Expand Down

0 comments on commit d33801b

Please sign in to comment.