Fix reference to removed lister
This commit is contained in:
parent
27c863085e
commit
3526785b96
2 changed files with 8 additions and 8 deletions
|
|
@ -203,7 +203,7 @@ func (n *NGINXController) syncIngress(item interface{}) error {
|
|||
PassthroughBackends: passUpstreams,
|
||||
}
|
||||
|
||||
if !n.isForceReload() && n.runningConfig != nil && n.runningConfig.Equal(&pcfg) {
|
||||
if !n.isForceReload() && n.runningConfig.Equal(&pcfg) {
|
||||
glog.V(3).Infof("skipping backend reload (no changes detected)")
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue