소스 검색

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

cluster-monitoring: pass through http(s) proxy settings
OpenShift Merge Robot 6 년 전
부모
커밋
bbfb61e05c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      roles/openshift_cluster_monitoring_operator/templates/cluster-monitoring-operator-config.j2

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

@@ -65,3 +65,6 @@ data:
       baseImage: {{ openshift_cluster_monitoring_operator_kube_rbac_proxy_image }}
     auth:
       baseImage: {{ openshift_cluster_monitoring_operator_proxy_image }}
+    http:
+      httpProxy: {{ openshift.common.http_proxy  | default('') }}
+      httpsProxy: {{ openshift.common.https_proxy  | default('') }}