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

  1. {%- set _unqualified_registries = [] -%}
  2. {% for _registry in crio_registries if _registry.unqualified -%}
  3. {% if _registry.prefix is defined -%}
  4. {{ _unqualified_registries.append(_registry.prefix) }}
  5. {% else %}
  6. {{ _unqualified_registries.append(_registry.location) }}
  7. {%- endif %}
  8. {%- endfor %}
  9. unqualified-search-registries = {{ _unqualified_registries | string }}