Merge pull request #1481 from magnon-bliex/fluentd-template-fix-typo

fixed typo in fluentd-ds.yml.j2
pull/1517/head
Brad Beam 2017-08-10 08:19:59 -05:00 committed by GitHub
commit 1155008719
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ spec:
resources:
limits:
{% if fluentd_cpu_limit is defined and fluentd_cpu_limit != "0m" %}
mem: {{ fluentd_cpu_limit }}
cpu: {{ fluentd_cpu_limit }}
{% endif %}
memory: {{ fluentd_mem_limit }}
requests: