From 418f719bdf426d8b64b25a848bbf7f4ef484de94 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Sun, 11 Dec 2022 23:39:04 +0000 Subject: [PATCH] chore: highlight watch namespace (#2087) * chore: highlight watch namespace * chore: wording Co-authored-by: toast-gear --- controllers/horizontal_runner_autoscaler_webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/horizontal_runner_autoscaler_webhook.go b/controllers/horizontal_runner_autoscaler_webhook.go index 58c1f7a1..a5d426ed 100644 --- a/controllers/horizontal_runner_autoscaler_webhook.go +++ b/controllers/horizontal_runner_autoscaler_webhook.go @@ -257,7 +257,7 @@ func (autoscaler *HorizontalRunnerAutoscalerGitHubWebhook) Handle(w http.Respons if target == nil { log.V(1).Info( - "Scale target not found. If this is unexpected, ensure that there is exactly one repository-wide or organizational runner deployment that matches this webhook event", + "Scale target not found. If this is unexpected, ensure that there is exactly one repository-wide or organizational runner deployment that matches this webhook event. If --watch-namespace is set ensure this is configured correctly.", ) msg := "no horizontalrunnerautoscaler to scale for this github event"