mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-24 20:35:04 -02:30
helm template check for http/https_proxy
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{% for dir in ssl_ca_dirs -%}
|
{% for dir in ssl_ca_dirs -%}
|
||||||
-v {{ dir }}:{{ dir }}:ro \
|
-v {{ dir }}:{{ dir }}:ro \
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% if proxy_env is defined -%}
|
{% if http_proxy is defined or https_proxy is defined -%}
|
||||||
-e http_proxy="{{proxy_env.http_proxy}}" \
|
-e http_proxy="{{proxy_env.http_proxy}}" \
|
||||||
-e https_proxy="{{proxy_env.https_proxy}}" \
|
-e https_proxy="{{proxy_env.https_proxy}}" \
|
||||||
-e no_proxy="{{proxy_env.no_proxy}}" \
|
-e no_proxy="{{proxy_env.no_proxy}}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user