fix(k3s): move stargz config to all nodes

Instead of just master nodes.
This commit is contained in:
Khue Doan 2023-12-12 10:18:41 +07:00
parent de22314b0a
commit 7c0a784501

View File

@ -7,3 +7,4 @@ token-file: {{ k3s_token_file }}
{% if 'masters' in group_names %}
{{ k3s_server_config | to_nice_yaml }}
{% endif %}
snapshotter: stargz