소스 검색

Merge pull request #5789 from zgalor/fix_limit_typo

Fix typo in setting prom-proxy memory limit
Scott Dodson 7 년 전
부모
커밋
8ef9ee8792
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %}