Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
trasc committed Jan 29, 2024
1 parent f2cf51b commit 5441160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (c *clustersReconciler) runGC(ctx context.Context) {
return
case <-time.After(c.gcInterval):
log.V(5).Info("Run Garbage Collection")
for clusterName, rc := range c.clients {
for clusterName, rc := range c.remoteClients {
rc.runGC(ctrl.LoggerInto(ctx, log.WithValues("multiKueueCluster", clusterName)))
}
}
Expand Down

0 comments on commit 5441160

Please sign in to comment.