From 89985871884d389f232a7e1e3227657057e04b91 Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Fri, 21 Jun 2024 10:27:56 +0200 Subject: [PATCH] add debug line --- deploy/operations/ci/aws-1/test.sh | 3 +++ 1 file changed, 3 insertions(+) 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