Skip to content

Commit

Permalink
Merge branch 'feature/remove-pod-dispatcher' of https://github.com/za…
Browse files Browse the repository at this point in the history
…lando-incubator/postgres-operator into feature/remove-pod-dispatcher
  • Loading branch information
mkabilov committed Jul 27, 2017
2 parents 8fb06e7 + 39b9352 commit a1dd3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Expand Up @@ -171,7 +171,7 @@ func (c *Controller) initController() {
func (c *Controller) Run(stopCh <-chan struct{}, wg *sync.WaitGroup) {
c.initController()

wg.Add(4)
wg.Add(3)
go c.runPodInformer(stopCh, wg)
go c.runPostgresqlInformer(stopCh, wg)
go c.clusterResync(stopCh, wg)
Expand Down

0 comments on commit a1dd3e2

Please sign in to comment.