You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for opening this issue!
If you change the password after initial deployment, Redis will not notice this change and therefore continues to use the old password. As you experiences this can cause a broken setup. Underlying we use the bitnami helm chart and they mention this is not possible:
NOTE: Once this chart is deployed, it is not possible to change the application's access credentials, such as usernames or passwords, using Helm. To change these application credentials after deployment, delete any persistent volumes (PVs) used by the chart and re-deploy it, or use the application's built-in administrative tools if available.
While trying to deploy a fresh install of operator v2.1.0, I got issue trying to change the Redis Password
I try to change the password from file
overlays/1-namespaced/patches/redis.secret.yaml
Here are the steps to reproduce :
overlays/1-namespaced/patches/redis.secret.yaml
:This leads to an error on Redis-Sentinel pod while deploying the operator on kubernetes :
Note
If i don't change the file
overlays/1-namespaced/patches/redis.secret.yaml
the deployment is working.The text was updated successfully, but these errors were encountered: