From 2082a7de28fc13579a539a5d870629aa35768ba1 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Mon, 29 Jul 2024 14:34:02 +0200 Subject: [PATCH] Fix wrong artifact url (#6078) --- 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 c648e2d99..debf95761 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