From 3135e0aab118bd4185b3add2035ecb08fb7eba5d Mon Sep 17 00:00:00 2001 From: pjuarezd Date: Fri, 5 Jul 2024 13:46:21 -0600 Subject: [PATCH] missing pod namespace Signed-off-by: pjuarezd --- testing/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/common.sh b/testing/common.sh index 14e39111513..0a03d6df2c4 100644 --- a/testing/common.sh +++ b/testing/common.sh @@ -760,7 +760,7 @@ function check_tenant_status() { kubectl logs admin-mc -n tenant-certmanager echo "removing the admin-mc pod" - try kubectl delete pod admin-mc + try kubectl delete pod admin-mc -n tenant-certmanager else try kubectl run --restart=Never admin-mc --image quay.io/minio/mc \