Skip to content

Commit

Permalink
fix: fixed missing download URIs for dashboards (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>
  • Loading branch information
siredmar authored Oct 25, 2022
1 parent 1c11bb9 commit b509d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dashboardProviders:
dashboards:
default:
nats-dashboard:
url: https://raw.githubusercontent.com/edgefarm/grafana-dashboards/feature_add_dashboards/dashboards/nats.json
url: https://raw.githubusercontent.com/edgefarm/grafana-dashboards/main/dashboards/nats.json
token: ''
node-exporter-dashboard:
url: https://raw.githubusercontent.com/edgefarm/grafana-dashboards/feature_add_dashboards/dashboards/node_exporter.json
url: https://raw.githubusercontent.com/edgefarm/grafana-dashboards/main/dashboards/node_exporter.json
token: ''

#if you want persistend disk
Expand Down

0 comments on commit b509d27

Please sign in to comment.