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"