From 55538ebbec687d03c9f152a5c0f45b0683f44393 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 23 Oct 2024 08:36:00 +0100 Subject: [PATCH] Remove deprecated yaml from release script (#616) Co-authored-by: David Simansky --- hack/release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/release.sh b/hack/release.sh index 5699aefca..a5b7ae8fd 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -24,7 +24,6 @@ export GO111MODULE=on # Yaml files to generate, and the source config dir for them. declare -A COMPONENTS COMPONENTS=( - ["eventing-natss.yaml"]="./config" ["eventing-jsm.yaml"]="./config/webhook,./config/jetstream" ) readonly COMPONENTS