Skip to content

Commit

Permalink
add containerd config override_path
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Jan 16, 2024
1 parent 08c0b34 commit fd6f63b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/container-engine/containerd/templates/hosts.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server = "https://{{ item.prefix }}"
{% for mirror in item.mirrors %}
[host."{{ mirror.host }}"]
capabilities = ["{{ ([ mirror.capabilities ] | flatten ) | join('","') }}"]
{% if mirror.skip_verify is defined %}
skip_verify = {{ mirror.skip_verify | default('false') | string | lower }}
{% endif %}
override_path = {{ mirror.override_path | default('false') | string | lower }}
{% endfor %}

0 comments on commit fd6f63b

Please sign in to comment.