From 0df796bc03a3c28093c788d83bc2162e61a78814 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Wed, 27 Apr 2022 15:33:10 -0400 Subject: [PATCH] fixing integration tests to use proxy (#1912) --- .github/workflows/deploy-tenant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-tenant.sh b/.github/workflows/deploy-tenant.sh index c6da2618d..cf89dfe9d 100755 --- a/.github/workflows/deploy-tenant.sh +++ b/.github/workflows/deploy-tenant.sh @@ -65,7 +65,7 @@ function main() { check_tenant_status tenant-lite storage-lite - kubectl -n minio-operator port-forward svc/console 9090 & + kubectl proxy & } main "$@"