Skip to content
Snippets Groups Projects
Unverified Commit 2f81bfa2 authored by Arthur Outhenin-Chalandre's avatar Arthur Outhenin-Chalandre Committed by GitHub
Browse files

crio: test: use the new crio_registries variable in test (#9553)


Crio registries configuration changed from crio_registries_mirrors to
crio_registries. The configuration in the test was however forgotten.

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>

Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
parent 438da0c8
Branches
Tags
No related merge requests found
...@@ -12,10 +12,11 @@ containerd_registries: ...@@ -12,10 +12,11 @@ containerd_registries:
containerd_max_container_log_line_size: -1 containerd_max_container_log_line_size: -1
crio_registries_mirrors: crio_registries:
- prefix: docker.io - prefix: docker.io
insecure: false insecure: false
blocked: false blocked: false
unqualified: false
location: registry-1.docker.io location: registry-1.docker.io
mirrors: mirrors:
- location: mirror.gcr.io - location: mirror.gcr.io
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment