Skip to content

Commit

Permalink
Do not set Linux profile
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jun 7, 2023
1 parent 3bf58c4 commit c25fe56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure/services/managedclusters/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,6 @@ func (s *ManagedClusterSpec) Parameters(ctx context.Context, existing interface{
EnableRBAC: pointer.Bool(true),
DNSPrefix: &s.Name,
KubernetesVersion: &s.Version,
LinuxProfile: &containerservice.LinuxProfile{
AdminUsername: pointer.String(azure.DefaultAKSUserName),
SSH: &containerservice.SSHConfiguration{
PublicKeys: &[]containerservice.SSHPublicKey{},
},
},
ServicePrincipalProfile: &containerservice.ManagedClusterServicePrincipalProfile{
ClientID: pointer.String("msi"),
},
Expand Down

0 comments on commit c25fe56

Please sign in to comment.