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

Expose at least pod SecurityContext through redis-operator helm chart #972

Closed ifalex closed 3 weeks ago

ifalex commented 3 weeks ago

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

At this moment hardenings for redis-operator can't be performed due to lack of securityContext field in operator Deployment file

Describe the solution you'd like

Enable securityContext in redis-operator deployment object.

Describe alternatives you've considered

What version of redis-operator are you using?

redis-operator version: 0.16.0

Additional context

abaicu commented 3 weeks ago

Also because the securityContext is not exposed, I can not make the operator compliant with the PSA restricted policy.

drivebyer commented 3 weeks ago

try https://github.com/OT-CONTAINER-KIT/helm-charts/releases/tag/redis-operator-0.16.2

ifalex commented 3 weeks ago

Yes, it worked. Thanks for the promptitude.