crio-network.j2 294 B

123456789
  1. {% if 'http_proxy' in openshift.common %}
  2. HTTP_PROXY={{ openshift.common.http_proxy }}
  3. {% endif %}
  4. {% if 'https_proxy' in openshift.common %}
  5. HTTPS_PROXY={{ openshift.common.https_proxy }}
  6. {% endif %}
  7. {% if 'no_proxy' in openshift.common %}
  8. NO_PROXY={{ openshift.common.no_proxy }}
  9. {% endif %}