adjust helm charts for 0.5.3 (#113)

This commit is contained in:
澄潭
2022-12-16 19:24:12 +08:00
committed by GitHub
parent bf607ae554
commit 297ce43426
13 changed files with 116 additions and 117 deletions

View File

@@ -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
}