fix: roll branch follower on config changes
This commit is contained in:
@@ -280,6 +280,7 @@ function parseController(root: Record<string, unknown>): ControllerSpec {
|
||||
intervalSeconds: integerField(loop, "intervalSeconds", "controller.loop"),
|
||||
reconcileTimeoutSeconds: integerField(loop, "reconcileTimeoutSeconds", "controller.loop"),
|
||||
leaseDurationSeconds: integerField(loop, "leaseDurationSeconds", "controller.loop"),
|
||||
terminationGracePeriodSeconds: integerField(loop, "terminationGracePeriodSeconds", "controller.loop"),
|
||||
},
|
||||
budgets: {
|
||||
applyWaitSeconds: integerField(budgets, "applyWaitSeconds", "controller.budgets"),
|
||||
|
||||
Reference in New Issue
Block a user