Skip to content
Snippets Groups Projects
Commit d90a5f29 authored by Konrad Kurdej's avatar Konrad Kurdej Committed by Kubernetes Prow Robot
Browse files

Using also uppercase proxy env variables (#4910)

parent 3b779150
No related branches found
No related tags found
No related merge requests found
......@@ -411,8 +411,11 @@ no_proxy: >-
proxy_env:
http_proxy: "{{ http_proxy| default ('') }}"
HTTP_PROXY: "{{ http_proxy| default ('') }}"
https_proxy: "{{ https_proxy| default ('') }}"
HTTPS_PROXY: "{{ https_proxy| default ('') }}"
no_proxy: "{{ no_proxy| default ('') }}"
NO_PROXY: "{{ no_proxy| default ('') }}"
ssl_ca_dirs: >-
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment