Skip to content
Snippets Groups Projects
Commit 75ce46ee authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

grafana-watcher: revert to import endpoint

The dashboard create endpoint behaves slightly different when templating
is used. The import API works exactly the same as the front-end import
functionality.
parent 2edd30dd
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
memory: 300Mi memory: 300Mi
cpu: 300m cpu: 300m
- name: grafana-watcher - name: grafana-watcher
image: quay.io/coreos/grafana-watcher:v0.0.1 image: quay.io/coreos/grafana-watcher:v0.0.2
args: args:
- '--watch-dir=/var/grafana-dashboards' - '--watch-dir=/var/grafana-dashboards'
- '--grafana-url=http://admin:admin@localhost:3000' - '--grafana-url=http://admin:admin@localhost:3000'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment