mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Refactor rollout advancement
This commit is contained in:
@@ -125,7 +125,7 @@ func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error {
|
||||
for {
|
||||
select {
|
||||
case <-tickChan:
|
||||
c.doRollout()
|
||||
c.doRollouts()
|
||||
case <-stopCh:
|
||||
c.logger.Info("Shutting down workers")
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user