Skip to content

Commit

Permalink
fix: codegen use "default" NS in generated docs (#2387)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Jun 20, 2024
1 parent 40eb0eb commit 6f19506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f19506

Please sign in to comment.