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:
Justin Lamp
2026-05-10 05:19:45 +02:00
committed by GitHub
parent 4cefd77639
commit 6bb1e2f290
3 changed files with 5 additions and 6 deletions

View File

@@ -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