mirror of
https://github.com/poseidon/typhoon
synced 2024-12-18 14:34:14 +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
|