diff --git a/charts/stash-grafana-dashboards/README.md b/charts/stash-grafana-dashboards/README.md index f2d6bee86..b901d9c9b 100644 --- a/charts/stash-grafana-dashboards/README.md +++ b/charts/stash-grafana-dashboards/README.md @@ -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 | 0 | | dashboard.overwrite | If true, dashboard with matching uid will be overwritten | true | | dashboard.templatize.title | If true, datasource will be prefixed to dashboard name | false | -| dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | true | +| dashboard.templatize.datasource | If true, datasource will be hardcoded in the dashboard | false | | grafana.name | Name of Grafana Appbinding where these dashboards are applied | "" | | grafana.namespace | Namespace of Grafana Appbinding where these dashboards are applied | "" | diff --git a/charts/stash-grafana-dashboards/values.yaml b/charts/stash-grafana-dashboards/values.yaml index df785d01d..554ac9751 100644 --- a/charts/stash-grafana-dashboards/values.yaml +++ b/charts/stash-grafana-dashboards/values.yaml @@ -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