mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
Fix config containerd template (#7051)
This commit is contained in:
parent
0aa6d3d4bc
commit
87eea16d7b
@ -29,7 +29,7 @@ disabled_plugins = ["restart"]
|
||||
{% if 'containerd' in containerd_config %}
|
||||
[plugins.cri.containerd]
|
||||
{% for param, value in containerd_config.containerd.items() %}
|
||||
{{ param }} = {{ value }}
|
||||
{{ param }} = "{{ value }}"
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user