ci: add NO_PROXY to minio-bucket-init to bypass proxy for internal services
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user