Skip to content

Commit 72bd367

Browse files
committed
Remove specific ip from watcher-api-service-override
Remove the loadBalancerIP from the watcher-api-service-override test. This value will be environment specific, as environments might configure different ip ranges in the IPAddressPools.
1 parent bf60567 commit 72bd367

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/kuttl/test-suites/default/watcher-api-service-override/01-assert.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,6 @@ spec:
293293
selector:
294294
service: watcher-api
295295
type: LoadBalancer
296-
status:
297-
loadBalancer:
298-
ingress:
299-
- ip: 172.17.0.82
300296
---
301297
apiVersion: route.openshift.io/v1
302298
kind: Route

tests/kuttl/test-suites/default/watcher-api-service-override/01-deploy-with-defaults.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ spec:
1010
service:
1111
internal:
1212
ipAddressPool: "internalapi"
13-
loadBalancerIPs:
14-
- 172.17.0.82
13+
loadBalancerIPs: []

0 commit comments

Comments
 (0)