Skip to content

Commit a71a4f9

Browse files
committed
BUG/MINOR: do not reload if transaction failed
1 parent 1a6365e commit a71a4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ func (c *HAProxyController) updateHAProxy() {
176176
c.updateHAProxy()
177177
return
178178
}
179+
return
179180
}
180181

181182
if !c.ready {

0 commit comments

Comments
 (0)