From c2372ccd1eca5aad01fd59aca1ccc767edf1f890 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 19 Apr 2026 07:02:27 +0000 Subject: [PATCH] ci: add NO_PROXY to minio-bucket-init to bypass proxy for internal services --- infra/inttest/minio.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/inttest/minio.yaml b/infra/inttest/minio.yaml index d8029ee..798d2bf 100644 --- a/infra/inttest/minio.yaml +++ b/infra/inttest/minio.yaml @@ -144,6 +144,11 @@ spec: cpu: 250m memory: 128Mi command: ["/bin/sh", "-c"] + env: + - name: NO_PROXY + value: "minio,.local,10.0.0.0/8,192.168.0.0/16" + - name: no_proxy + value: "minio,.local,10.0.0.0/8,192.168.0.0/16" args: - | echo "Waiting for MinIO to be ready..."