We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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图表部署步骤完成了无法运行,后面仔细检查发现是configmap里有mysql的设置项,但是文档完全没提到,改成sqlite3才正常运行。
The text was updated successfully, but these errors were encountered:
We'd better change the default value of DB.Type to sqlite3 in the code. https://github.com/vesoft-inc/nebula-studio/blob/ef67b547d7879f33afc338ae1f78f0d6f4858ffe/deployment/helm/templates/configmap.yaml#L32 @xigongdaEricyang
DB.Type
sqlite3
Sorry, something went wrong.
Thank you for your feedback! vesoft-inc/nebula-studio#813
No branches or pull requests
今天部署的时候发现在helm图表部署步骤完成了无法运行,后面仔细检查发现是configmap里有mysql的设置项,但是文档完全没提到,改成sqlite3才正常运行。
The text was updated successfully, but these errors were encountered: