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

Error while using bundled redis database - similar to #168 #170

Open
tbotnz opened this issue Nov 25, 2023 · 2 comments
Open

Error while using bundled redis database - similar to #168 #170

tbotnz opened this issue Nov 25, 2023 · 2 comments

Comments

@tbotnz
Copy link

tbotnz commented Nov 25, 2023

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

@bootc
Copy link
Member

bootc commented Nov 25, 2023

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.

@Atoms
Copy link

Atoms commented Dec 8, 2023

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

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

No branches or pull requests

3 participants