From f8fb9e0c93cb9f0cca916b6decc738e20adf8853 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Thu, 5 Nov 2020 22:09:07 -0500 Subject: [PATCH] add missing secret command for contour tls setup (#3003) --- docs/serving/using-a-tls-cert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/using-a-tls-cert.md b/docs/serving/using-a-tls-cert.md index c5de5975d..b04273d82 100644 --- a/docs/serving/using-a-tls-cert.md +++ b/docs/serving/using-a-tls-cert.md @@ -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 ```