We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03303a commit 0c4f26fCopy full SHA for 0c4f26f
monitoring/grafana-sidecar.patch.yaml
@@ -26,3 +26,21 @@ spec:
26
volumes:
27
- name: sc-dashboard-volume
28
emptyDir: {}
29
+---
30
+apiVersion: v1
31
+kind: ConfigMap
32
+metadata:
33
+ name: grafana-dashboards
34
+ namespace: monitoring
35
+data:
36
+ sc-provider.yaml: |-
37
+ apiVersion: 1
38
+ providers:
39
+ - name: sidecarProvider
40
+ orgId: 1
41
+ folder: ''
42
+ type: file
43
+ disableDeletion: false
44
+ allowUiUpdates: false
45
+ options:
46
+ path: /tmp/dashboards
0 commit comments