From 6f1950682212ba7c68dae34277ec4fb708efb99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Thu, 20 Jun 2024 18:52:11 +0200 Subject: [PATCH] fix: codegen use "default" NS in generated docs (#2387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- hack/update-codegen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 8c59cbbbe..95f876145 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -20,7 +20,7 @@ set -o pipefail source "$(go run knative.dev/hack/cmd/script library.sh)" -KUBECONFIG="$(mktemp)" go run ${REPO_ROOT_DIR}/docs/generator/main.go +POD_NAMESPACE=default KUBECONFIG="$(mktemp)" go run ${REPO_ROOT_DIR}/docs/generator/main.go # Make sure our dependencies are up-to-date ${REPO_ROOT_DIR}/hack/update-deps.sh