Browse Source

Fix typo in setting prom-proxy memory limit

bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493368
Zohar Galor 7 years ago
parent
commit
07e43c4bdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_prometheus/templates/prometheus_deployment.j2

+ 1 - 1
roles/openshift_prometheus/templates/prometheus_deployment.j2

@@ -38,7 +38,7 @@ spec:
             cpu: "{{openshift_prometheus_oauth_proxy_cpu_requests}}"
 {% endif %}
           limits:
-{% if openshift_prometheus_memory_requests_limit_proxy is defined and openshift_prometheus_oauth_proxy_memory_limit is not none %}
+{% if openshift_prometheus_oauth_proxy_memory_limit is defined and openshift_prometheus_oauth_proxy_memory_limit is not none %}
             memory: "{{openshift_prometheus_oauth_proxy_memory_limit}}"
 {% endif %}
 {% if openshift_prometheus_oauth_proxy_cpu_limit is defined and openshift_prometheus_oauth_proxy_cpu_limit is not none %}