ci: clear proxy env in minio-bucket-init, capture seed pod logs on failure
This commit is contained in:
@@ -145,6 +145,10 @@ spec:
|
||||
memory: 128Mi
|
||||
command: ["/bin/sh", "-c"]
|
||||
env:
|
||||
- name: HTTP_PROXY
|
||||
value: ""
|
||||
- name: HTTPS_PROXY
|
||||
value: ""
|
||||
- name: NO_PROXY
|
||||
value: "minio,.local,10.0.0.0/8,192.168.0.0/16"
|
||||
- name: no_proxy
|
||||
|
||||
Reference in New Issue
Block a user