Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Jan 2, 2021
1 parent 30e2166 commit fa9402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/githubactionrunner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (r *GithubActionRunnerReconciler) handleScaling(ctx context.Context, instan

return r.manageOutcome(ctx, instance, err)
} else if shouldScaleDown(podRunnerPairs, instance) {
logger.Info("Scaling down", "totalrunners at github", podRunnerPairs.numRunners(), "maxrunners in CR", instance.Spec.MaxRunners)
logger.Info("Scaling down", "runners at github", podRunnerPairs.numRunners(), "maxrunners in CR", instance.Spec.MaxRunners)

pod := podRunnerPairs.getIdlePods()[0]
err := r.DeleteResourceIfExists(ctx, &pod)
Expand Down

0 comments on commit fa9402e

Please sign in to comment.