fix somme error in controller-manager
Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
@@ -98,7 +98,7 @@ func (f *informerFactories) Start(stopCh <-chan struct{}) {
|
||||
f.ksInformerFactory.Start(stopCh)
|
||||
}
|
||||
|
||||
if f.informerFactory != nil {
|
||||
if f.istioInformerFactory != nil {
|
||||
f.istioInformerFactory.Start(stopCh)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user