Add support for no_proxy

This commit is contained in:
Ashley Nelson 2020-01-31 10:05:32 -06:00
parent ab3a728032
commit bc97d11270

View File

@ -169,6 +169,10 @@ spec:
- name: https_proxy
value: {{ https_proxy }}
{% endif %}
{% if no_proxy is defined %}
- name: no_proxy
value: {{ no_proxy }}
{% endif %}
{% endif %}
command:
- sh