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