Selaa lähdekoodia

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

cluster-monitoring: pass through no_proxy setting
OpenShift Merge Robot 6 vuotta sitten
vanhempi
commit
37a74403bc

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