From 16ad49774926bfa4fc9ae24c4367c85ea4c6e7f3 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Mon, 29 Jul 2024 13:37:20 +0100 Subject: [PATCH] Fix wrong artifact url (#6079) Co-authored-by: Reto Lehmann --- docs/eventing/features/transport-encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/features/transport-encryption.md b/docs/eventing/features/transport-encryption.md index c648e2d991..debf95761e 100644 --- a/docs/eventing/features/transport-encryption.md +++ b/docs/eventing/features/transport-encryption.md @@ -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