Merge pull request #3269 from jsoref/cert-manager-helper-help

Add missing quote to help
This commit is contained in:
jetstack-bot 2020-09-10 20:03:21 +01:00 committed by GitHub
commit 6fad1ce708
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`))
)