Browse Source

helm template check for http/https_proxy

pull/1891/head
Spencer Smith 7 years ago
parent
commit
74a9eedb93
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/helm/templates/helm-container.j2

2
roles/kubernetes-apps/helm/templates/helm-container.j2

@ -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}}" \

Loading…
Cancel
Save