fixing integration tests to use proxy (#1912)

This commit is contained in:
Cesar Celis Hernandez
2022-04-27 15:33:10 -04:00
committed by GitHub
parent cf0212391e
commit 0df796bc03

View File

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