File tree Expand file tree Collapse file tree
tests/roles/dataplane_adoption/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ dataplane_cr: |
370370 {% for login, value in edpm_container_registry_logins.items() -%}
371371 {{ login }}:
372372 {{ value | to_nice_yaml | trim }}
373- {%- endfor %}
373+ {% endfor %}
374374 {%- endif %}
375375
376376 gather_facts: false
@@ -552,6 +552,14 @@ networker_cr: |
552552 edpm_ovn_ofctrl_wait_before_clear: 8000
553553 edpm_enable_chassis_gw: true
554554
555+ {% if edpm_container_registry_logins is defined -%}
556+ edpm_container_registry_logins:
557+ {% for login, value in edpm_container_registry_logins.items() -%}
558+ {{ login }}:
559+ {{ value | to_nice_yaml | trim }}
560+ {% endfor %}
561+ {%- endif %}
562+
555563 {% if edpm_container_registry_insecure_registries is defined -%}
556564 edpm_container_registry_insecure_registries: {{ edpm_container_registry_insecure_registries }}
557565 {% endif -%}
You can’t perform that action at this time.
0 commit comments