fix: codegen use "default" NS in generated docs (#2387)

Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
Matej Vašek 2024-06-20 18:52:11 +02:00 committed by GitHub
parent 40eb0eb304
commit 6f19506822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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