refactor: adding explicit sync-period flag

This commit is contained in:
Callum Tait 2020-11-14 11:19:16 +00:00
parent 1f82032fe3
commit 1b98c8f811
1 changed files with 1 additions and 0 deletions

View File

@ -23,3 +23,4 @@ spec:
args: args:
- "--metrics-addr=127.0.0.1:8080" - "--metrics-addr=127.0.0.1:8080"
- "--enable-leader-election" - "--enable-leader-election"
- "--sync-period=10m"