-
Notifications
You must be signed in to change notification settings - Fork 528
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
feat(docker-compose): add a way to change default datasource #8127
base: main
Are you sure you want to change the base?
Conversation
LGTM, did you test it? did it work? |
I tested it locally, and it worked well :) |
@klesh Yes hel charts should be updated too |
I'll check this out asap :) |
I'm working on helm charts updates in the given repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most Grafana dashboards are using MySQL dialect AFAIK.
I don't think it is a good idea to touch them 😂, are you planning to rewrite all those queries.
LGTM. Please consider @klesh 's comments. |
Summary
As I'd like to use PostgreSQL, I added a way to set the default datasource via environment variables.