Skip to content

Commit

Permalink
azure: Add securityProfile to control plane machines
Browse files Browse the repository at this point in the history
Adding the option to encrypt control plane disks for Azure CAPI.
  • Loading branch information
rna-afk committed Apr 30, 2024
1 parent e6b59d5 commit a68df20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/asset/machines/azure/azuremachines.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func GenerateMachines(platform *azure.Platform, pool *types.MachinePool, userDat
AdditionalCapabilities: additionalCapabilities,
AllocatePublicIP: false,
EnableIPForwarding: false,
SecurityProfile: securityProfile,
},
}
azureMachine.SetGroupVersionKind(capz.GroupVersion.WithKind("AzureMachine"))
Expand Down

0 comments on commit a68df20

Please sign in to comment.