Skip to content

Commit

Permalink
Fix wrong artifact url (#6078)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Jul 29, 2024
1 parent bd985c0 commit 2082a7d
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 2082a7d

Please sign in to comment.