Skip to content

Commit 4f392fb

Browse files
authored
Fix version typo in using-auto-tls.md (#2240)
1 parent bb87e7a commit 4f392fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/serving/using-auto-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ and which DNS provider validates those requests.
147147
1. If `networking-certmanager` is not found, run the following command:
148148

149149
```shell
150-
kubectl apply --filename https://github.com/knative/serving/releases/download/v{{< version >}}/serving-cert-manager.yaml
150+
kubectl apply --filename {{< artifact repo="serving" file="serving-cert-manager.yaml" >}}
151151
```
152152

153153
### Install networking-ns-cert component
@@ -164,7 +164,7 @@ running the following command:
164164
1. If `networking-ns-cert` deployment is not found, run the following command:
165165

166166
```shell
167-
kubectl apply --filename https://github.com/knative/serving/releases/download/v{{< version >}}/serving-nscert.yaml
167+
kubectl apply --filename {{< artifact repo="serving" file="serving-nscert.yaml" >}}
168168
```
169169

170170
### Configure config-certmanager ConfigMap

0 commit comments

Comments
 (0)