openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
255 stars 96 forks source link

feat(helm): Disable leader-elections if replicas=1, make logLevel configurable #146

Closed Quarky9 closed 3 years ago

Quarky9 commented 3 years ago

Why is this PR required? What issue does it fix?:

What this PR does?: Disable leader-election for the controllers if replicas = 1

Does this PR require any upgrade changes?: No.

pawanpraka1 commented 3 years ago

@Quarky9 you need to update the chart version also here https://github.com/openebs/lvm-localpv/blob/master/deploy/helm/charts/Chart.yaml#L4.