crio: test: use the new crio_registries variable in test
Crio registries configuration changed from crio_registries_mirrors to crio_registries. The configuration in the test was however forgotten. Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
parent
09748e80e9
commit
85ff5e9258
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue