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 "$@"