Skip to content

Commit

Permalink
Add support for passing namespace cmdline flag to the manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaschoudhary16 committed Apr 24, 2019
1 parent 71ed12f commit a7eb0c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func main() {
syncPeriod := 10 * time.Minute
mgr, err := manager.New(cfg, manager.Options{
SyncPeriod: &syncPeriod,
Namespace: config.GetNamespaceConfig(),
})
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit a7eb0c8

Please sign in to comment.