Skip to content

Commit

Permalink
Merge pull request #21 from Skyscanner/fix-approval-flag-description
Browse files Browse the repository at this point in the history
Fix flag description
  • Loading branch information
maruina authored Apr 28, 2021
2 parents 1955fcb + ced05dc commit 02c026d
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 02c026d

Please sign in to comment.