Set default_home_dashboard_path on grafana resource deployment #578
Labels
enhancement
New feature or request
good first issue
Good for newcomers
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
[Feature Request]
Description
grafana.spec.config.dashboards
you'll notice that it differs from the official documentation as it is missing the itemdefault_home_dashboard_path
(ref).grafana
resource object, and even though there is official documentation on how to change this configuration in a discrete manner,grafana-operator's
equivalent documentation does not cite any other alternative to provision this same configuration other than using folders, which do not achieve the same functionality.Suggested change:
grafana.spec.config.dashboards.default_home_dashboard_path
to define the base path used to configure the dashboardAlternative solutions until now
.json
dashboard already placed at the correct location/usr/share/grafana/public/dashboards/home.json
grafana.ini
to point towards another location (a remote volume for ex.) in case the second solution doesn't workThe text was updated successfully, but these errors were encountered: