Skip to content
Snippets Groups Projects
Unverified Commit 87eea16d authored by bac-w's avatar bac-w Committed by GitHub
Browse files

Fix config containerd template (#7051)

parent 0aa6d3d4
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment