Skip to content

Commit

Permalink
missing pod namespace
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Jul 5, 2024
1 parent c5da103 commit 3135e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3135e0a

Please sign in to comment.