OpsMx / spinnaker-helm

Stable helm chart of Spinnaker
23 stars 43 forks source link

Redis wrong password #28

Open gadido30 opened 2 years ago

gadido30 commented 2 years ago

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 commented 2 years ago

+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 commented 2 years ago

Thanks @gadido30 ! Was stuck for a while