mirror of https://github.com/knative/func.git
fix: codegen use "default" NS in generated docs (#2387)
Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
parent
40eb0eb304
commit
6f19506822
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue