Skip to content

Commit dbbf684

Browse files
authored
Merge pull request #5054 from nojnhuh/mp-tags
eliminate unnecessary tag updates to VMSS resources
2 parents 1ea3d2a + ee031b1 commit dbbf684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/scope/machinepool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (m *MachinePoolScope) ScaleSetSpec(ctx context.Context) azure.ResourceSpecG
210210
SubscriptionID: m.SubscriptionID(),
211211
HasReplicasExternallyManaged: m.HasReplicasExternallyManaged(ctx),
212212
ClusterName: m.ClusterName(),
213-
AdditionalTags: m.AzureMachinePool.Spec.AdditionalTags,
213+
AdditionalTags: m.AdditionalTags(),
214214
PlatformFaultDomainCount: m.AzureMachinePool.Spec.PlatformFaultDomainCount,
215215
ZoneBalance: m.AzureMachinePool.Spec.ZoneBalance,
216216
}

0 commit comments

Comments
 (0)