From 7cd484fe9ee159ad80bfc43cd5d6da9b7a1ab96a Mon Sep 17 00:00:00 2001 From: itsmurugappan Date: Sun, 23 Feb 2020 19:09:11 -0800 Subject: [PATCH] fix typo for cert manager installation --- docs/serving/using-auto-tls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/using-auto-tls.md b/docs/serving/using-auto-tls.md index 63cf8f87d86..dbe6d56c393 100644 --- a/docs/serving/using-auto-tls.md +++ b/docs/serving/using-auto-tls.md @@ -147,7 +147,7 @@ and which DNS provider validates those requests. 1. If `networking-certmanager` is not found, run the following command: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v{{< version >}}/serving-cert-manager.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/{{< version >}}/serving-cert-manager.yaml ``` ### Install networking-ns-cert component @@ -164,7 +164,7 @@ running the following command: 1. If `networking-ns-cert` deployment is not found, run the following command: ```shell - kubectl apply --filename https://github.com/knative/serving/releases/download/v{{< version >}}/serving-nscert.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/{{< version >}}/serving-nscert.yaml ``` ### Configure config-certmanager ConfigMap