mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 20:27:31 +08:00
adjust helm charts for 0.5.3 (#113)
This commit is contained in:
@@ -93,7 +93,7 @@ func (c *CommonController[lister]) Run(stop <-chan struct{}) {
|
||||
IngressLog.Errorf("Failed to sync %s controller cache", c.typeName)
|
||||
return
|
||||
}
|
||||
IngressLog.Debugf("%s cache has synced")
|
||||
IngressLog.Debugf("%s cache has synced", c.typeName)
|
||||
go wait.Until(c.worker, time.Second, stop)
|
||||
<-stop
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user