Files
offline_kubespray/kubespray/roles/container-engine/cri-o/templates/http-proxy.conf.j2
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

3 lines
232 B
Django/Jinja

[Service]
Environment={% if http_proxy is defined %}"HTTP_PROXY={{ http_proxy }}"{% endif %} {% if https_proxy is defined %}"HTTPS_PROXY={{ https_proxy }}"{% endif %} {% if no_proxy is defined %}"NO_PROXY={{ no_proxy }}"{% endif %}