Skip to content

Commit

Permalink
Set LoadBalancerSKU from Azure preset (#6508)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
Co-authored-by: Marvin Beckers <[email protected]>
  • Loading branch information
kubermatic-bot and embik authored Feb 13, 2024
1 parent 7088956 commit 7acb947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/api/pkg/provider/kubernetes/preset.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func (m *PresetProvider) setAzureCredentials(preset *kubermaticv1.Preset, cloud
cloud.Azure.SecurityGroup = credentials.SecurityGroup
cloud.Azure.SubnetName = credentials.SubnetName
cloud.Azure.VNetName = credentials.VNetName
cloud.Azure.LoadBalancerSKU = credentials.LoadBalancerSKU

return &cloud, nil
}
Expand Down

0 comments on commit 7acb947

Please sign in to comment.