Files
kube-forge/kubespray/project/roles/kubernetes/node/templates/http-proxy.conf.j2
2024-04-25 22:15:40 +03:00

3 lines
199 B
Django/Jinja

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