Skip to content

Commit

Permalink
Set LoadBalancerSKU from Azure preset (#6509)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
Co-authored-by: Marvin Beckers <marvin@kubermatic.com>
  • Loading branch information
kubermatic-bot and embik committed Feb 13, 2024
1 parent 0a36b37 commit e7e188c
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 e7e188c

Please sign in to comment.