Merge "Add proxy environment"

This commit is contained in:
Zuul 2018-06-26 02:40:13 +00:00 committed by Gerrit Code Review
commit e46b1b0c2b

@ -81,4 +81,8 @@
group: root
mode: 0555
- name: setting up helm client for user
environment:
http_proxy: "{{ proxy.http }}"
https_proxy: "{{ proxy.https }}"
no_proxy: "{{ proxy.noproxy }}"
command: helm init --client-only