Skip to content

Commit

Permalink
eliminate unnecessary tag updates to VMSS resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh authored and mweibel committed Aug 7, 2024
1 parent 1af0334 commit 76031bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/scope/machinepool.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (m *MachinePoolScope) ScaleSetSpec(ctx context.Context) azure.ResourceSpecG
SubscriptionID: m.SubscriptionID(),
HasReplicasExternallyManaged: m.HasReplicasExternallyManaged(ctx),
ClusterName: m.ClusterName(),
AdditionalTags: m.AzureMachinePool.Spec.AdditionalTags,
AdditionalTags: m.AdditionalTags(),
PlatformFaultDomainCount: m.AzureMachinePool.Spec.PlatformFaultDomainCount,
ZoneBalance: m.AzureMachinePool.Spec.ZoneBalance,
}
Expand Down

0 comments on commit 76031bc

Please sign in to comment.