Skip to content

Commit

Permalink
Pin OutboundType to LoadBalancer as it is the only valid option
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <[email protected]>
  • Loading branch information
mjlshen committed Jun 7, 2024
1 parent 683f939 commit d32f1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pkg/frontend/ocm.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (f *Frontend) ConvertCStoHCPOpenShiftCluster(ctx context.Context, systemDat
Platform: api.PlatformProfile{
ManagedResourceGroup: cluster.Azure().ManagedResourceGroupName(),
SubnetID: cluster.Azure().SubnetResourceID(),
OutboundType: "",
OutboundType: api.OutboundTypeLoadBalancer,
NetworkSecurityGroupID: cluster.Azure().NetworkSecurityGroupResourceID(),
EtcdEncryptionSetID: "",
},
Expand Down

0 comments on commit d32f1b6

Please sign in to comment.