Skip to content

Commit

Permalink
Hypershift test: use default network config
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed Nov 20, 2024
1 parent 2af1843 commit 2b295a9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@ func newHostedCluster(name, ns string) *hyperv1.HostedCluster {
Etcd: hyperv1.EtcdSpec{
ManagementType: "Managed",
},
Networking: hyperv1.ClusterNetworking{
NetworkType: "OpenShiftSDN",
},
// Networking: hyperv1.ClusterNetworking{
// NetworkType: "OpenShiftSDN",
// },
Services: []hyperv1.ServicePublishingStrategyMapping{},
},
}
Expand Down

0 comments on commit 2b295a9

Please sign in to comment.