mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 06:19:33 +01:00
6fa3b8a13f
* Upgrade Grafana from v5.4.3 to v6.0.0-beta2 * Enable Grafana Explore UI while still using only the Viewer role (inspect/edit without saving) * http://docs.grafana.org/guides/whats-new-in-v6-0/
16 lines
275 B
YAML
16 lines
275 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: grafana-providers
|
|
namespace: monitoring
|
|
data:
|
|
providers.yaml: |+
|
|
apiVersion: 1
|
|
providers:
|
|
- name: 'default'
|
|
ordId: 1
|
|
folder: ''
|
|
type: file
|
|
options:
|
|
path: /etc/grafana/dashboards
|