Skip to content

Commit 859d2cb

Browse files
committed
BUG/MINOR: do not reload if transaction failed
1 parent 9f08246 commit 859d2cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ func (c *HAProxyController) updateHAProxy() {
189189
c.updateHAProxy()
190190
return
191191
}
192+
return
192193
}
193194

194195
if !c.ready {

0 commit comments

Comments
 (0)