Skip to content

Commit edb05ca

Browse files
committed
kind.sh: Use FRRConfiguration label when advertising default network
To avoid selecting FRRConfigurations that have other purposes. Signed-off-by: Jaime Caamaño Ruiz <[email protected]>
1 parent 926ba1a commit edb05ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dist/templates/ovn-setup.yaml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ spec:
8989
networkSelectors:
9090
- networkSelectionType: DefaultNetwork
9191
nodeSelector: {}
92-
frrConfigurationSelector: {}
92+
frrConfigurationSelector:
93+
matchLabels:
94+
name: receive-all
9395
advertisements:
9496
- "PodNetwork"
9597
{%- endif %}

0 commit comments

Comments
 (0)