Skip to content

Commit

Permalink
BUG/MINOR: do not reload if transaction failed
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Jun 17, 2024
1 parent 1a6365e commit a71a4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func (c *HAProxyController) updateHAProxy() {
c.updateHAProxy()
return
}
return
}

if !c.ready {
Expand Down

0 comments on commit a71a4f9

Please sign in to comment.