Skip to content
Snippets Groups Projects
Unverified Commit 29827711 authored by Denis's avatar Denis Committed by GitHub
Browse files

fix: missed double quotes in cri-o config (#10040)

parent ab6d2046
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ conmon = "{{ crio_conmon }}" ...@@ -114,7 +114,7 @@ conmon = "{{ crio_conmon }}"
conmon_cgroup = "pod" conmon_cgroup = "pod"
{% else %} {% else %}
{% if kube_reserved is defined and kube_reserved|bool %} {% if kube_reserved is defined and kube_reserved|bool %}
conmon_cgroup = "{{ kube_reserved_cgroups_for_service_slice }} conmon_cgroup = "{{ kube_reserved_cgroups_for_service_slice }}"
{% else %} {% else %}
conmon_cgroup = "system.slice" conmon_cgroup = "system.slice"
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment