Skip to content
Snippets Groups Projects
Commit 74a9eedb authored by Spencer Smith's avatar Spencer Smith
Browse files

helm template check for http/https_proxy

parent 6df104b2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
{% for dir in ssl_ca_dirs -%}
-v {{ dir }}:{{ dir }}:ro \
{% endfor -%}
{% if proxy_env is defined -%}
{% if http_proxy is defined or https_proxy is defined -%}
-e http_proxy="{{proxy_env.http_proxy}}" \
-e https_proxy="{{proxy_env.https_proxy}}" \
-e no_proxy="{{proxy_env.no_proxy}}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment