From efd26e6b4fc491fabdc60fa4488ccfa45d283e17 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 9 Sep 2020 15:32:59 -0400 Subject: [PATCH] Add missing quote to help Signed-off-by: Josh Soref --- cmd/ctl/pkg/renew/renew.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctl/pkg/renew/renew.go b/cmd/ctl/pkg/renew/renew.go index 971cb5ee3..fa70a8d9c 100644 --- a/cmd/ctl/pkg/renew/renew.go +++ b/cmd/ctl/pkg/renew/renew.go @@ -48,7 +48,7 @@ kubectl cert-manager renew my-app vault # Renew all Certificates in the 'kube-system' namespace. kubectl cert-manager renew --namespace kube-system --all -# Renew all Certificates in all namespaces, provided those Certificates have the label 'app=my-service +# Renew all Certificates in all namespaces, provided those Certificates have the label 'app=my-service' kubectl cert-manager renew --all-namespaces -l app=my-service`)) )