k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
366 B
10 lines
366 B
{%- set _unqualified_registries = [] -%}
|
|
{% for _registry in crio_registries if _registry.unqualified -%}
|
|
{% if _registry.prefix is defined -%}
|
|
{{ _unqualified_registries.append(_registry.prefix) }}
|
|
{% else %}
|
|
{{ _unqualified_registries.append(_registry.location) }}
|
|
{%- endif %}
|
|
{%- endfor %}
|
|
|
|
unqualified-search-registries = {{ _unqualified_registries | string }}
|