Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/roles/dataplane_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ dataplane_cr: |
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
edpm_frr_bgp_neighbor_password: f00barZ
{%+ endif +%}
{%- if edpm_container_registry_logins is defined -%}
{% if edpm_container_registry_logins is defined -%}
edpm_container_registry_logins:
{% for login, value in edpm_container_registry_logins.items() -%}
{{ login | indent(10) }}:
Expand Down