Browse Source

cluster-monitoring: pass through http(s) proxy settings

Fixes MON-255
Sergiusz Urbaniak 6 years ago
parent
commit
16e29fea04

+ 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('') }}