piraeusdatastore / helm-charts

Collection of useful charts for Piraeus and similar projects
Apache License 2.0
31 stars 18 forks source link

change leader election check to use correct value #29

Closed CrimsonFez closed 1 year ago

CrimsonFez commented 1 year ago

In rbac.yaml of the linstor-affinity-controller chart I found that the options.leaderElection check was using "leader-election" instead of leaderElection. This caused it to never render the templates for Role and RoleBinding.

WanzenBug commented 1 year ago

Thanks!