From 7fbbc2fe52e0ed894818b2acfea310ae626ae28a Mon Sep 17 00:00:00 2001 From: Michael Fraenkel Date: Thu, 2 Nov 2023 12:24:48 -0600 Subject: [PATCH] DOM-51289: Generate correct config (#121) --- deployments/helm/hephaestus/templates/controller/secret.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployments/helm/hephaestus/templates/controller/secret.yaml b/deployments/helm/hephaestus/templates/controller/secret.yaml index 34ed29d7..da35ac8a 100644 --- a/deployments/helm/hephaestus/templates/controller/secret.yaml +++ b/deployments/helm/hephaestus/templates/controller/secret.yaml @@ -57,7 +57,6 @@ stringData: metricsAddr: ":{{ .metricsPort }}" webhookPort: {{ .webhookPort }} watchNamespaces: {{ .watchNamespaces }} - enabledLeaderElection: {{ gt ($.Values.controller.replicaCount | int) 1 }} imageBuild: concurrency: {{ .imageBuild.concurrency }} historyLimit: {{ .imageBuild.historyLimit }}