Skip to content

Commit a68df20

Browse files
committed
azure: Add securityProfile to control plane machines
Adding the option to encrypt control plane disks for Azure CAPI.
1 parent e6b59d5 commit a68df20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/asset/machines/azure/azuremachines.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ func GenerateMachines(platform *azure.Platform, pool *types.MachinePool, userDat
131131
AdditionalCapabilities: additionalCapabilities,
132132
AllocatePublicIP: false,
133133
EnableIPForwarding: false,
134+
SecurityProfile: securityProfile,
134135
},
135136
}
136137
azureMachine.SetGroupVersionKind(capz.GroupVersion.WithKind("AzureMachine"))

0 commit comments

Comments
 (0)