소스 검색

Merge pull request #9576 from s-urbaniak/mon-255

cluster-monitoring: pass through no_proxy setting
OpenShift Merge Robot 6 년 전
부모
커밋
37a74403bc
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('') }}