Skip to content

Commit 7b5ff86

Browse files
committed
Update
1 parent f31ccec commit 7b5ff86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run-kuttl-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ TARGET_ROLLOUT_MANAGER_COMMIT=b3e573f0e6ea3a5ec3eeba70ebb5d90e58efcd68
132132
git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
133133
make test-e2e
134134

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
135138

136139
cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
137140

0 commit comments

Comments
 (0)