chore: highlight watch namespace (#2087)
* chore: highlight watch namespace * chore: wording Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
parent
300e93c59d
commit
418f719bdf
|
|
@ -257,7 +257,7 @@ func (autoscaler *HorizontalRunnerAutoscalerGitHubWebhook) Handle(w http.Respons
|
||||||
|
|
||||||
if target == nil {
|
if target == nil {
|
||||||
log.V(1).Info(
|
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"
|
msg := "no horizontalrunnerautoscaler to scale for this github event"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue