Skip to content
Snippets Groups Projects
Unverified Commit 87928baa authored by Krystian Młynek's avatar Krystian Młynek Committed by GitHub
Browse files

CRI-O: fix unqualified-search registries (#8496)

parent 6a4fd33a
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ crio_registries:
insecure: false
blocked: false
location: registry-1.docker.io
unqualified: false
mirrors:
- location: 192.168.100.100:5000
insecure: true
......
......@@ -7,4 +7,4 @@
{%- endif %}
{%- endfor %}
unqualified-search-registries = {{ _unqualified_registries | to_yaml }}
unqualified-search-registries = {{ _unqualified_registries | string }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment