From ced05dc6264efd148c297da0890dff9d1f15576a Mon Sep 17 00:00:00 2001 From: Matteo Ruina Date: Wed, 28 Apr 2021 13:01:56 +0200 Subject: [PATCH] Fix flag description --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 354f65d..57e9bf0 100644 --- a/main.go +++ b/main.go @@ -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)))