Skip to content

Commit

Permalink
Fix flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
maruina committed Apr 28, 2021
1 parent 1955fcb commit ced05dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func main() {
"Enable leader election for controller manager. "+
"Enabling this will ensure there is only one active controller manager.")
flag.BoolVar(&enableApprovedCheck, "enable-approved-check", true,
"Disables waiting for CertificateRequests to have an approved condition before signing.")
"Enable waiting for CertificateRequests to have an approved condition before signing.")
flag.Parse()

ctrl.SetLogger(zap.New(zap.UseDevMode(true)))
Expand Down

0 comments on commit ced05dc

Please sign in to comment.