summaryrefslogtreecommitdiffstats
path: root/roles/container_runtime/templates/crio-network.j2
blob: 763be97d7872da712d0f1faf15368a0b65ef64bd (plain)
1
2
3
4
5
6
7
8
9
{% if 'http_proxy' in openshift.common %}
HTTP_PROXY={{ openshift.common.http_proxy }}
{% endif %}
{% if 'https_proxy' in openshift.common %}
HTTPS_PROXY={{ openshift.common.https_proxy }}
{% endif %}
{% if 'no_proxy' in openshift.common %}
NO_PROXY={{ openshift.common.no_proxy }}
{% endif %}