Add missing quote to help

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-09-09 15:32:59 -04:00 committed by GitHub
parent 4abc7f16b0
commit efd26e6b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`))
)