docs: Fix wrong default value for applicationsetcontroller.enable.scm.providers (#26162)

Signed-off-by: Fan Zhang <m42zhang@uwaterloo.ca>
This commit is contained in:
Fan Zhang
2026-01-28 01:49:11 -05:00
committed by GitHub
parent 9d459c8afe
commit e3f616d6dc

View File

@@ -299,7 +299,7 @@ data:
# The url used in the scm generator must exactly match one in the list
applicationsetcontroller.allowed.scm.providers: "https://git.example.com/,https://gitlab.example.com/"
# To disable SCM providers entirely (i.e. disable the SCM and PR generators), set this to "false". Default is "true".
applicationsetcontroller.enable.scm.providers: "false"
applicationsetcontroller.enable.scm.providers: "true"
# Number of webhook requests processed concurrently (default 50)
applicationsetcontroller.webhook.parallelism.limit: "50"
# Override the default requeue time for the controller. (default 3m)