First release
This commit is contained in:
parent
ce73b2d37b
commit
0c361b1ebc
19 changed files with 26940 additions and 0 deletions
15
templates/providers.yaml
Normal file
15
templates/providers.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue