mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 08:18:44 -03:30
fix: missed double quotes in cri-o config (#10040)
This commit is contained in:
@@ -114,7 +114,7 @@ conmon = "{{ crio_conmon }}"
|
||||
conmon_cgroup = "pod"
|
||||
{% else %}
|
||||
{% 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 %}
|
||||
conmon_cgroup = "system.slice"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user