Open Issues Need Help
View All on GitHubAI Summary: Update the Redis Replication YAML example in the documentation (https://ot-redis-operator.netlify.app/docs/getting-started/replication/#yaml-installation) to correct the `securityContext` field. The `fsGroup` field should be removed or the example should use `podSecurityContext` instead, aligning it with Kubernetes specifications and resolving a user-reported error. The standalone example should also be checked for consistency.
A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
AI Summary: Automate the generation of the Redis Operator's CRD documentation using either `doc.crds.dev` or a tool like `genref`, ensuring the documentation remains consistent with the source code. Relocate sections on annotations and deletion propagation strategies to a separate guide to improve clarity and organization of the API reference.
A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.