Skip to content

Commit 5f22692

Browse files
committed
(antu) fix name of alloy ipaddresspool
(cherry picked from commit 36a9dfb)
1 parent bfd61a7 commit 5f22692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fleet/lib/metallb-conf/overlays/antu/ipaddresspool-alloy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: metallb.io/v1beta1
33
kind: IPAddressPool
44
metadata:
5-
name: ingress
5+
name: alloy
66
namespace: metallb-system
77
spec:
88
addresses:
@@ -12,10 +12,10 @@ spec:
1212
apiVersion: metallb.io/v1beta1
1313
kind: L2Advertisement
1414
metadata:
15-
name: ingress
15+
name: alloy
1616
namespace: metallb-system
1717
spec:
1818
ipAddressPools:
19-
- ingress
19+
- alloy
2020
interfaces:
2121
- br2131

0 commit comments

Comments
 (0)