We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31ccec commit 7b5ff86Copy full SHA for 7b5ff86
scripts/run-kuttl-tests.sh
@@ -132,6 +132,9 @@ TARGET_ROLLOUT_MANAGER_COMMIT=b3e573f0e6ea3a5ec3eeba70ebb5d90e58efcd68
132
git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
133
make test-e2e
134
135
+# Clean up old namespaces created by test
136
+# NOTE: remove this once this is handled by 'make test-e2e' in argo-rollouts-manager repo
137
+kubectl delete rolloutmanagers --all -n test-rom-ns-1
138
139
cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
140
0 commit comments