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