Merge "Add proxy environment"
This commit is contained in:
commit
e46b1b0c2b
@ -81,4 +81,8 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0555
|
mode: 0555
|
||||||
- name: setting up helm client for user
|
- 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
|
command: helm init --client-only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user