Skip to content

Commit

Permalink
Don't hardcode grafana datasource in dashboards (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Sep 19, 2023
1 parent c8bb2f0 commit e4282e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stash-grafana-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `stash-grafana-dash
| dashboard.folderID | ID of Grafana folder where these dashboards will be applied | <code>0</code> |
| dashboard.overwrite | If true, dashboard with matching uid will be overwritten | <code>true</code> |
| dashboard.templatize.title | If true, datasource will be prefixed to dashboard name | <code>false</code> |
| dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | <code>true</code> |
| dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | <code>false</code> |
| grafana.name | Name of Grafana Appbinding where these dashboards are applied | <code>""</code> |
| grafana.namespace | Namespace of Grafana Appbinding where these dashboards are applied | <code>""</code> |

Expand Down
2 changes: 1 addition & 1 deletion charts/stash-grafana-dashboards/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dashboard:
# If true, datasource will be prefixed to dashboard name
title: false
# If true, datasource will be hardcoded in the dashboard
datasource: true
datasource: false

grafana:
# Name of Grafana Appbinding where these dashboards are applied
Expand Down

0 comments on commit e4282e4

Please sign in to comment.