Skip to content

Commit

Permalink
update fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hunt <[email protected]>
  • Loading branch information
haircommander committed Dec 2, 2024
1 parent 300bc91 commit c6064b9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: example.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
spec:
autoscaling: {}
configuration:
node: null
proxy:
httpProxy: fakeProxyAddr
httpsProxy: fakeProxyAddr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ metadata:
spec:
autoscaling: {}
configuration:
node: null
proxy:
httpProxy: fakeProxyAddr
httpsProxy: fakeProxyAddr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: fakeBaseDomain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: fakeBaseDomain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: fakeBaseDomain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: fakeBaseDomain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: HighlyAvailable
dns:
baseDomain: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: example.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: test.hypershift.devcluster.openshift.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ metadata:
namespace: clusters
spec:
autoscaling: {}
configuration: {}
configuration:
node: null
controllerAvailabilityPolicy: SingleReplica
dns:
baseDomain: fakeBaseDomain
Expand Down

0 comments on commit c6064b9

Please sign in to comment.