-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add grafana datasource for psql #15
Conversation
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.
I don't think it makes sense to mix YAML and INI config syntax.
I thought I had changed the ini format to yaml syntax but looks like I
missed pushing that commit, let me fix it.
…On Wed, 9 Nov 2022 at 19:50, Jennings Zhang ***@***.***> wrote:
***@***.**** requested changes on this pull request.
I don't think it makes sense to mix YAML and INI config syntax.
—
Reply to this email directly, view it on GitHub
<#15 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANF3CEAATHIAGRZZW2HCQITWHOXJRANCNFSM6AAAAAARVY7DYM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@jennydaman It is fixed now, please take a look. Ini & datasources are two different files which can't be merged, idk why I configured it in the helm-chart way where you can merge ini in your values.yaml. |
@@ -284,6 +284,7 @@ services: | |||
volumes: | |||
- grafana_data:/var/lib/grafana | |||
- ./grafana.ini:/etc/grafana/grafana.ini:ro | |||
- ./provisionaning:/etc/grafana/provisioning |
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.
the dir name contains a typo, would you fix this?
fixes #14