Remove --enable-leader-election from github-webhook-server

This commit is contained in:
Hidetake Iwata 2021-02-18 16:51:47 +09:00
parent 2c4a6ca90b
commit 2db608879a
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ spec:
containers:
- args:
- "--metrics-addr=127.0.0.1:8080"
- "--enable-leader-election"
- "--sync-period={{ .Values.githubWebhookServer.syncPeriod }}"
command:
- "/github-webhook-server"