Support configure election timeouts by ChunyiLyu · Pull Request #382 · servicebinding/runtime

Add support so users can configure leader election related timeouts through command flags.

Default lease duration is 15s and renew deadline is 10s. However in certain environments with lots of controller pods it might longer occasionally. Defaults for them stay the same as before, and this PR only adds a way to configure them if users want to.