Merge pull request #3269 from jsoref/cert-manager-helper-help
Add missing quote to help
This commit is contained in:
commit
6fad1ce708
@ -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`))
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user