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
|
cpu: 250m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
command: ["/bin/sh", "-c"]
|
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:
|
args:
|
||||||
- |
|
- |
|
||||||
echo "Waiting for MinIO to be ready..."
|
echo "Waiting for MinIO to be ready..."
|
||||||
|
|||||||
Reference in New Issue
Block a user