From a6976f2907a02036b8d3ac237de30b214e7dccf8 Mon Sep 17 00:00:00 2001 From: Paul Laffitte Date: Thu, 29 Oct 2020 15:23:39 +0100 Subject: [PATCH] fix(helm): fix controller leader election timeout on many new pvc disable leader election for controller as it isn't any replicated --- helm/dothill-provisioner/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm/dothill-provisioner/templates/deployment.yaml b/helm/dothill-provisioner/templates/deployment.yaml index 5ef622b5..ce733491 100644 --- a/helm/dothill-provisioner/templates/deployment.yaml +++ b/helm/dothill-provisioner/templates/deployment.yaml @@ -35,7 +35,6 @@ spec: image: {{ .Values.csiProvisioner.image.repository }}:{{ .Values.csiProvisioner.image.tag }} args: - --csi-address=/csi/csi.sock - - --enable-leader-election {{- include "dothill.extraArgs" .Values.csiProvisioner | indent 10 }} imagePullPolicy: IfNotPresent volumeMounts: @@ -45,7 +44,6 @@ spec: image: {{ .Values.csiAttacher.image.repository }}:{{ .Values.csiAttacher.image.tag }} args: - --csi-address=/csi/csi.sock - - --leader-election {{- include "dothill.extraArgs" .Values.csiAttacher | indent 10 }} imagePullPolicy: IfNotPresent volumeMounts: