mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-10 02:47:38 -02:30
Set http proxy environments for helm app installations (#13234)
* Set http proxy environments for helm app installations Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Change http_proxy env variables from legacy static entries to new proxy_env variable Signed-off-by: Justin Lamp <justin.lamp@netways.de> --------- Signed-off-by: Justin Lamp <justin.lamp@netways.de>
This commit is contained in:
@@ -4,9 +4,7 @@ dependencies:
|
||||
when:
|
||||
- inventory_hostname == groups['kube_control_plane'][0]
|
||||
- kubelet_csr_approver_enabled
|
||||
environment:
|
||||
http_proxy: "{{ http_proxy | default('') }}"
|
||||
https_proxy: "{{ https_proxy | default('') }}"
|
||||
environment: "{{ proxy_env }}"
|
||||
release_common_opts: {}
|
||||
releases:
|
||||
- name: kubelet-csr-approver
|
||||
|
||||
Reference in New Issue
Block a user