Skip to content

Commit

Permalink
Fix CSI provisioner flag "leader-election"
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Feb 2, 2022
1 parent b8b3b79 commit feb76c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ images:
- name: liveness-probe
sourceRepository: https://github.com/kubernetes-csi/livenessprobe
repository: k8s.gcr.io/sig-storage/livenessprobe
tag: v2.6.0
tag: v2.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--feature-gates=Topology=true"
- "--strict-topology"
- "--enable-leader-election"
- "--leader-election-type=leases"
- "--leader-election"
- "--kubeconfig=/var/lib/csi-provisioner/kubeconfig"
env:
- name: ADDRESS
Expand Down

0 comments on commit feb76c6

Please sign in to comment.