Skip to content

Commit

Permalink
Merge pull request #72 from vshn/local-test
Browse files Browse the repository at this point in the history
Add missing resources to e2e-test-clean
  • Loading branch information
susana-garcia authored Dec 14, 2022
2 parents 31a2c19 + e54dd1d commit 99044d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ test-e2e: $(kuttl_bin) $(mc_bin) local-install provider-config ## E2E tests
kubectl delete iamkeys --all; \
kubectl delete postgresql --all; \
kubectl delete mysql --all; \
kubectl delete redis --all; \
kubectl delete kafka --all; \
kubectl delete opensearch --all; \
else \
echo "no kubeconfig found"; \
fi
Expand Down

0 comments on commit 99044d7

Please sign in to comment.