Skip to content

Commit

Permalink
Set Development to false for zap
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Strawson committed Jun 10, 2021
1 parent 5f85db9 commit 21397eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -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()
Expand Down

0 comments on commit 21397eb

Please sign in to comment.