Skip to content

Commit

Permalink
Fix wrong artifact url (#6079)
Browse files Browse the repository at this point in the history
Co-authored-by: Reto Lehmann <[email protected]>
  • Loading branch information
knative-prow-robot and ReToCode committed Jul 29, 2024
1 parent 148e1ee commit 16ad497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eventing/features/transport-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16ad497

Please sign in to comment.