-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[Helm chart] Init-db container failing #15262
Comments
Issue solved, took original |
Hello @layoaster, I'm facing the exact same problem. I've tried to use the default values.yml and ran a helm upgrade without success. I also have set all of the "forceReload" keys. Do you have any other clue about the problem? |
Hi @jkleinkauff, I don't know the root cause but I solved it by getting rid of my old Notice that in my case I was installing the chart for the first time. It seems that you are upgrading your release might be related but I think you might want to open a new issue. |
Rebuilding my infrastructure and using the original values.yml got it working!
It's possible that before that I could have messed up my yml files tho :D Thank you @layoaster ! |
I got same error, no matter how many time I tried, it still failed. However, after switching to my own Postgres, it succeed. |
Init db errors when deploying with helm chart
Expected results
Succesful init of the DB upon helm chart deployment
Actual results
The init-db command fails with:
Screenshots
Logs of the init-db container
How to reproduce the bug
Deploy with helm chart v 0.1.5
Environment
helm chart v0.1.5 (superset:latest image sha:
a2dea5294747c956e815d2f382fe0ec6eb334293ec03dfbd137eb2365b94ec0d
)Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: