Fix wrong artifact url (#6078)

This commit is contained in:
Reto Lehmann 2024-07-29 14:34:02 +02:00 committed by GitHub
parent bd985c0cc5
commit 2082a7de28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ necessary.
2. [Optional] If you're using Eventing Kafka components, install certificates for Kafka components
by running the following command:
```shell
kubectl apply -f {{ artifact(repo="eventing-kafka-broker",file="eventing-kafka-tls-networking.yaml")}}
kubectl apply -f {{ artifact(org="knative-extensions",repo="eventing-kafka-broker",file="eventing-kafka-tls-networking.yaml")}}
```
3. Verify issuers and certificates are ready
```shell