fixed typo
This commit is contained in:
parent
e0960f6288
commit
38eb1d548a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
{% if fluentd_cpu_limit is defined and fluentd_cpu_limit != "0m" %}
|
{% if fluentd_cpu_limit is defined and fluentd_cpu_limit != "0m" %}
|
||||||
mem: {{ fluentd_cpu_limit }}
|
cpu: {{ fluentd_cpu_limit }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
memory: {{ fluentd_mem_limit }}
|
memory: {{ fluentd_mem_limit }}
|
||||||
requests:
|
requests:
|
||||||
|
|
Loading…
Reference in a new issue