Switch net-kourier to use the artifact shortcode. (#2385)

This is blocked on net-kourier actually having a successful nightly, which should be unblocked by: https://github.com/knative/net-kourier/pull/31
This commit is contained in:
Matt Moore 2020-04-14 10:36:17 -07:00 committed by GitHub
parent c72b12a83f
commit 75fdf8e22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ The following commands install Kourier and enable its Knative integration.
1. Install the Knative Kourier controller:
```bash
kubectl apply --filename https://raw.githubusercontent.com/knative/serving/{{< version >}}/third_party/kourier-latest/kourier.yaml
kubectl apply --filename {{< artifact repo="net-kourier" file="kourier.yaml" >}}
```
1. To configure Knative Serving to use Kourier by default: