mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-11 06:06:26 +10:00
Fixes #3915 Adds the `sync-period` flag (defaulted to 1s), that allows modification of the frequency at which the controller will pull items off the workqueue for processing. ```release-note Adds --sync-period flag to modify the period of time between items being pulled from the controller's workqueue. ``` Signed-off-by: David Bond <davidsbond93@gmail.com>