From 092cec1c73a74ae2dc90c45ea2e5d87fcb164ed5 Mon Sep 17 00:00:00 2001 From: Markus Mahlberg <138420+mwmahlberg@users.noreply.github.com> Date: Wed, 14 May 2025 00:05:46 +0200 Subject: [PATCH] Update install-eventing-with-yaml.md (#6269) File is named eventing-jsm.yaml in v1.18.0 --- .../install/yaml-install/eventing/install-eventing-with-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/yaml-install/eventing/install-eventing-with-yaml.md b/docs/install/yaml-install/eventing/install-eventing-with-yaml.md index 68ad99dd6..3f1015b3d 100644 --- a/docs/install/yaml-install/eventing/install-eventing-with-yaml.md +++ b/docs/install/yaml-install/eventing/install-eventing-with-yaml.md @@ -90,7 +90,7 @@ Follow the procedure for the Channel of your choice: 1. Install the NATS Streaming Channel by running the command: ```bash - kubectl apply -f {{ artifact(org="knative-extensions",repo="eventing-natss",file="eventing-natss.yaml")}} + kubectl apply -f {{ artifact(org="knative-extensions",repo="eventing-natss",file="eventing-jsm.yaml")}} ```