From c1e2c4ef9d0a6665f828ab1f23d138c818d3cc12 Mon Sep 17 00:00:00 2001 From: Thomas <9749173+uhthomas@users.noreply.github.com> Date: Fri, 21 Apr 2023 03:15:53 +0100 Subject: [PATCH] docs: Fix typo for automatic runner scaling (#2375) --- docs/automatically-scaling-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/automatically-scaling-runners.md b/docs/automatically-scaling-runners.md index 05c0214f..5af157d7 100644 --- a/docs/automatically-scaling-runners.md +++ b/docs/automatically-scaling-runners.md @@ -17,7 +17,7 @@ This anti-flap configuration also has the final say on if a runner can be scaled This delay is configurable via 2 methods: 1. By setting a new default via the controller's `--default-scale-down-delay` flag -2. By setting by setting the attribute `scaleDownDelaySecondsAfterScaleOut:` in a `HorizontalRunnerAutoscaler` kind's `spec:`. +2. By setting the attribute `scaleDownDelaySecondsAfterScaleOut:` in a `HorizontalRunnerAutoscaler` kind's `spec:`. Below is a complete basic example of one of the pull driven scaling metrics.