Fix(metallb): test ip pool rename
This commit is contained in:
@@ -5,4 +5,4 @@ metadata:
|
||||
name: prod-pool
|
||||
spec:
|
||||
addresses:
|
||||
- 172.20.10.80
|
||||
- 172.20.10.80/32
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: prod-pool
|
||||
name: test-pool
|
||||
spec:
|
||||
addresses:
|
||||
- 172.20.10.80
|
||||
- 172.20.10.81/32
|
||||
|
||||
Reference in New Issue
Block a user