OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 206 forks source link

Enable automountServiceAccountToken configuration at redis-operator and resources level #976

Closed ifalex closed 2 weeks ago

ifalex commented 3 weeks ago

Is your feature request related to a problem? Please describe.

Currently automountServiceAccountToken can not be configured. This is one pretty common security requirement and allowing configuring it could be benefic for the maturity of the product.

Describe the solution you'd like

Update crds for resources and Deployment + values.yaml for redis-operator to accommodate this request.

Describe alternatives you've considered

What version of redis-operator are you using?

redis-operator version: 0.16.2

Additional context