wgnathanael
wgnathanael
### Name and Version bitnami/redis ### What architecture are you using? amd64 ### What steps will reproduce the bug? 1. In K8s and docker/podman 2. With this extremely simple module.c...
Allow environment variables set in the host os to override the value of a variable defined in a .env file. This is consistent with docker's environment variable precedence. Per https://docs.docker.com/compose/environment-variables/envvars-precedence/#advanced-example
When a redis replication setup is done using TLS, the followers are unable to communicate with the leader as they won't use TLS without setting `tls-replication yes`
**What version of redis operator are you using?** v0.15.0 (but also latest main branch where we modified a few lines and log statements for our own instruction/understanding) ```shell kubectl logs...