Skip to content

Commit 5719318

Browse files
authored
use knative-extensions org for istio install (#6509)
1 parent aacf236 commit 5719318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versioned/install/yaml-install/serving/install-serving-with-yaml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Follow the procedure for the networking layer of your choice:
8686
[Advanced Istio installation](../../installing-istio.md) instructions or by running the command:
8787

8888
```bash
89-
kubectl apply -l knative.dev/crd-install=true -f {{ artifact(repo="net-istio",file="istio.yaml")}}
90-
kubectl apply -f {{ artifact(repo="net-istio",file="istio.yaml")}}
89+
kubectl apply -l knative.dev/crd-install=true -f {{ artifact(repo="net-istio",org="knative-extensions",file="istio.yaml")}}
90+
kubectl apply -f {{ artifact(repo="net-istio",org="knative-extensions",file="istio.yaml")}}
9191
```
9292

9393
1. Install the Knative Istio controller by running the command:

0 commit comments

Comments
 (0)