Skip to content

Commit e005cea

Browse files
committed
monitoring: add grafana sidecar provider config
1 parent d03303a commit e005cea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

monitoring/grafana-sidecar.patch.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,20 @@ spec:
2626
volumes:
2727
- name: sc-dashboard-volume
2828
emptyDir: {}
29+
---
30+
apiVersion: v1
31+
kind: ConfigMap
32+
metadata:
33+
name: grafana-dashboards
34+
data:
35+
sc-provider.yaml: |-
36+
apiVersion: 1
37+
providers:
38+
- name: sidecarProvider
39+
orgId: 1
40+
folder: ''
41+
type: file
42+
disableDeletion: false
43+
allowUiUpdates: false
44+
options:
45+
path: /tmp/dashboards

0 commit comments

Comments
 (0)