소스 검색

cluster-monitoring: pass through no_proxy setting

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
Sergiusz Urbaniak 6 년 전
부모
커밋
20dc2c3f59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/openshift_cluster_monitoring_operator/templates/cluster-monitoring-operator-config.j2

+ 1 - 0
roles/openshift_cluster_monitoring_operator/templates/cluster-monitoring-operator-config.j2

@@ -68,3 +68,4 @@ data:
     http:
       httpProxy: {{ openshift.common.http_proxy  | default('') }}
       httpsProxy: {{ openshift.common.https_proxy  | default('') }}
+      noProxy: {{ openshift.common.no_proxy  | default('') }}