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
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
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" <---
The text was updated successfully, but these errors were encountered: