spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.51k stars 358 forks source link

[BUG]: Missed to add permission for leases. #458

Closed samof76 closed 2 years ago

samof76 commented 2 years ago

Fixes #000 .

Leader election fails as this permission is required.

ese commented 2 years ago

Thanks!, could you add the permissions also in the chart templates? https://github.com/spotahome/redis-operator/blob/master/charts/redisoperator/templates/service-account.yaml

samof76 commented 2 years ago

Done