We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dc28b commit 32eb3a4Copy full SHA for 32eb3a4
docs/snippets/netadapter-kourier.md
@@ -3,7 +3,7 @@ Use the following steps to install Kourier and set it as the ingress controller.
3
1. Install the Knative Kourier controller:
4
5
```bash
6
- kubectl apply -f https://github.com/knative/net-kourier/releases/latest/download/kourier.yaml
+ kubectl apply -f {{ artifact(repo="net-kourier",file="kourier.yaml") }}
7
```
8
9
1. Configure Knative Serving to use Kourier by default:
0 commit comments