Files
dsk-iac/kubespray/roles/kubernetes/node/templates/http-proxy.conf.j2
havelight-ee 4c32a7239d update
2023-05-30 14:44:26 +09: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 %}