Skip to content

Commit

Permalink
add logging for WATCH_NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 18, 2023
1 parent 077a727 commit c49a306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func main() {
watchNamespace: cache.Config{},
},
}
setupLog.Info("WATCH_NAMESPACE is configured", "ns", watchNamespace)
}

mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), mgrOpts)
Expand Down

0 comments on commit c49a306

Please sign in to comment.