Skip to content

Commit

Permalink
Merge pull request #8334 from rna-afk/azure_disk_encryption
Browse files Browse the repository at this point in the history
no-jira: azure: Add securityProfile to control plane machines
  • Loading branch information
openshift-merge-bot[bot] committed May 1, 2024
2 parents f668504 + a68df20 commit 1593f7f
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 1593f7f

Please sign in to comment.