Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix(helm): fix controller leader election timeout on many new pvc
Browse files Browse the repository at this point in the history
disable leader election for controller as it isn't any replicated
  • Loading branch information
plaffitt committed Nov 16, 2020
1 parent ce53785 commit a6976f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm/dothill-provisioner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a6976f2

Please sign in to comment.