diff --git a/deploy/operations/ci/aws-1/test.sh b/deploy/operations/ci/aws-1/test.sh index 223574cd5..eb4b2bc1b 100755 --- a/deploy/operations/ci/aws-1/test.sh +++ b/deploy/operations/ci/aws-1/test.sh @@ -62,6 +62,9 @@ kubectl delete pvc --wait --all=true kubectl delete pv --wait --all=true # TODO: Check completeness +# Debug: show all resources +kubectl get all + # Delete cluster cd "$BASEDIR" terraform destroy -auto-approve