add missing secret command for contour tls setup (#3003)

This commit is contained in:
Carlos Santana 2020-11-05 22:09:07 -05:00 committed by GitHub
parent 6ffd239bb6
commit f8fb9e0c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ Kubernetes secret and then configure the Knative Contour plugin
private key, `key.pem`, by entering the following command:
```shell
kubectl create --namespace contour-external tls default-cert \
kubectl create --namespace contour-external secret tls default-cert \
--key key.pem \
--cert cert.pem
```