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.
2 parents 1ea3d2a + ee031b1 commit dbbf684Copy full SHA for dbbf684
azure/scope/machinepool.go
@@ -210,7 +210,7 @@ func (m *MachinePoolScope) ScaleSetSpec(ctx context.Context) azure.ResourceSpecG
210
SubscriptionID: m.SubscriptionID(),
211
HasReplicasExternallyManaged: m.HasReplicasExternallyManaged(ctx),
212
ClusterName: m.ClusterName(),
213
- AdditionalTags: m.AzureMachinePool.Spec.AdditionalTags,
+ AdditionalTags: m.AdditionalTags(),
214
PlatformFaultDomainCount: m.AzureMachinePool.Spec.PlatformFaultDomainCount,
215
ZoneBalance: m.AzureMachinePool.Spec.ZoneBalance,
216
}
0 commit comments