From 2db608879a8836b73a7810b29b1b43df475dac56 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Thu, 18 Feb 2021 16:51:47 +0900 Subject: [PATCH] Remove --enable-leader-election from github-webhook-server --- .../templates/githubwebhook.deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/actions-runner-controller/templates/githubwebhook.deployment.yaml b/charts/actions-runner-controller/templates/githubwebhook.deployment.yaml index e00a96d6..5f437f1f 100644 --- a/charts/actions-runner-controller/templates/githubwebhook.deployment.yaml +++ b/charts/actions-runner-controller/templates/githubwebhook.deployment.yaml @@ -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"