File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ func (c *HAProxyController) setupHAProxyRules() error {
260
260
// clean haproxy config state
261
261
func (c * HAProxyController ) clean (failedSync bool ) {
262
262
c .haproxy .Clean ()
263
+ // Need to do that even if transaction failed otherwise at fix time, they won't be reprocessed.
264
+ c .store .BackendProcessed = map [string ]struct {}{}
263
265
logger .Error (c .setupHAProxyRules ())
264
266
if ! failedSync {
265
267
c .store .Clean ()
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ func (k *K8s) Clean() {
134
134
}
135
135
}
136
136
k .SecretsProcessed = map [string ]struct {}{}
137
- k .BackendProcessed = map [string ]struct {}{}
138
137
}
139
138
140
139
// GetNamespace returns Namespace. Creates one if not existing
You can’t perform that action at this time.
0 commit comments