Skip to content

Commit

Permalink
Fix kube-agent-updater default verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored and github-actions committed Mar 28, 2024
1 parent bc2c723 commit 55d6313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func main() {
flag.StringVar(&baseImageName, "base-image", "public.ecr.aws/gravitational/teleport", "Image reference containing registry and repository.")

opts := zap.Options{
Development: true,
Development: false,
}
opts.BindFlags(flag.CommandLine)
flag.Parse()
Expand Down

0 comments on commit 55d6313

Please sign in to comment.