Skip to content

Commit

Permalink
Address review comments from @shreyas-s-rao
Browse files Browse the repository at this point in the history
  • Loading branch information
timuthy committed Mar 12, 2021
1 parent af6efb4 commit 8f14dc9
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 @@ -73,6 +73,7 @@ func main() {
ctrl.SetLogger(zap.New(zap.UseDevMode(true)))

mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
ClientDisableCacheFor: controllers.UncachedObjectList,
Scheme: scheme,
MetricsBindAddress: metricsAddr,
LeaderElection: enableLeaderElection,
Expand Down

0 comments on commit 8f14dc9

Please sign in to comment.