Provisioning: Allow disabling controllers (#110641)

This commit is contained in:
Stephanie Hingtgen
2025-09-05 07:48:23 +02:00
committed by GitHub
parent 9ddc70423b
commit 29ef525923
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ func RegisterAPIService(
}
builder := NewAPIBuilder(
false, // Run controllers
cfg.ProvisioningDisableControllers,
repoFactory,
features,
client,