netbox-chart icon indicating copy to clipboard operation
netbox-chart copied to clipboard

Error while using bundled redis database - similar to #168

Open tbotnz opened this issue 1 year ago • 2 comments

When using ArgoCD and performing a sync through a pipeline the second deployment fails due to redis auth errors, if i prune, force & replace from Argo it comes right however not ideal similar to #168.

Going to use redis outside the chart.

Raising incase anyone else runs into this

tbotnz avatar Nov 25 '23 10:11 tbotnz

Are you setting the redis.auth.password in your chart values? As mentioned in the README, you must set the passwords in the PostgreSQL and Redis sub-charts otherwise each time Helm runs it generates a new random password.

bootc avatar Nov 25 '23 11:11 bootc

another possibility is to add ignoredifferences key for that password on ArgoCD side and then it will not regenerate it.

Atoms avatar Dec 08 '23 07:12 Atoms