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.
This commit is contained in:
Frederic Branczyk
2017-03-27 10:31:21 +02:00
parent 2edd30dd6d
commit 75ce46eef3

View File

@@ -31,7 +31,7 @@ spec:
memory: 300Mi
cpu: 300m
- name: grafana-watcher
image: quay.io/coreos/grafana-watcher:v0.0.1
image: quay.io/coreos/grafana-watcher:v0.0.2
args:
- '--watch-dir=/var/grafana-dashboards'
- '--grafana-url=http://admin:admin@localhost:3000'