We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8353ac4 commit 8d59a09Copy full SHA for 8d59a09
pkg/asset/manifests/azure/cluster.go
@@ -48,6 +48,7 @@ func GenerateClusterAssets(installConfig *installconfig.InstallConfig, clusterID
48
AzureClusterClassSpec: capz.AzureClusterClassSpec{
49
SubscriptionID: session.Credentials.SubscriptionID,
50
Location: installConfig.Config.Azure.Region,
51
+ AdditionalTags: installConfig.Config.Platform.Azure.UserTags,
52
AzureEnvironment: string(installConfig.Azure.CloudName),
53
IdentityRef: &corev1.ObjectReference{
54
APIVersion: capz.GroupVersion.String(),
0 commit comments