Fix config containerd template (#7051)
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…
Reference in New Issue