Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis wrong password #28

Open
gadido30 opened this issue Jul 15, 2022 · 2 comments
Open

Redis wrong password #28

gadido30 opened this issue Jul 15, 2022 · 2 comments

Comments

@gadido30
Copy link

gadido30 commented Jul 15, 2022

Hi All

clouddriver couldn't connect to redis server,
The pod was crashing and log wrote: "Redis wrong password"
to fix it , I set 'redis.auth.password' in values.yaml file

redis:
enabled: true
...
password: "password"
auth: <---
password: "password" <---

@teabolt
Copy link

teabolt commented Aug 2, 2022

+2. Would be great to have this be included in the default values. Took me some time to debug this after I installed the chart for the first time

@jnbptstm
Copy link

Thanks @gadido30 ! Was stuck for a while

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants