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

fixed typo in fluentd-ds.yml.j2
This commit is contained in:
Brad Beam 2017-08-10 08:19:59 -05:00 committed by GitHub
commit 1155008719

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: