We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf52b94 commit a95f826Copy full SHA for a95f826
hack/test-e2e.sh
@@ -4,6 +4,8 @@ set -e -x -u
4
5
go clean -testcache
6
7
+# create ns if not exists because the `apply -f -` won't complain on a no-op if the ns already exists.
8
+kubectl create ns $KAPPCTRL_E2E_NAMESPACE --dry-run=client -o yaml | kubectl apply -f -
9
go test ./test/e2e/ -timeout 60m -test.v $@
10
11
echo E2E SUCCESS
0 commit comments