diff --git a/main.go b/main.go index 99e238d4..4624c6fa 100644 --- a/main.go +++ b/main.go @@ -65,7 +65,7 @@ func main() { "Enable leader election for controller manager. "+ "Enabling this will ensure there is only one active controller manager.") opts := zap.Options{ - Development: true, + Development: false, } opts.BindFlags(flag.CommandLine) flag.Parse()