mirror of https://github.com/knative/docs.git
Fix wrong artifact url (#6078)
This commit is contained in:
parent
bd985c0cc5
commit
2082a7de28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue