Skip to content

Commit

Permalink
preventing separate k8s service from being started
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Apr 22, 2020
1 parent f7cffbd commit e3fc07a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -676,12 +676,12 @@ func setup() error {
return err
}

go func() {
err = k8sManager.Start(ctrl.SetupSignalHandler())
if err != nil {
log.Fatal(err)
}
}()
// go func() {
// err = k8sManager.Start(ctrl.SetupSignalHandler())
// if err != nil {
// log.Fatal(err)
// }
// }()

k8sClient, err := client.New(cfg, client.Options{Scheme: scheme.Scheme})
if err != nil {
Expand Down

0 comments on commit e3fc07a

Please sign in to comment.