Skip to content

Commit 0df796b

Browse files
authored
fixing integration tests to use proxy (#1912)
1 parent cf02123 commit 0df796b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-tenant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function main() {
6565

6666
check_tenant_status tenant-lite storage-lite
6767

68-
kubectl -n minio-operator port-forward svc/console 9090 &
68+
kubectl proxy &
6969
}
7070

7171
main "$@"

0 commit comments

Comments
 (0)