mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
328 B
YAML
18 lines
328 B
YAML
5 years ago
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: grafana-providers
|
||
|
namespace: gitops-system
|
||
|
data:
|
||
|
providers.yaml: |+
|
||
|
apiVersion: 1
|
||
|
providers:
|
||
|
- name: 'default'
|
||
|
orgId: 1
|
||
|
folder: ''
|
||
|
type: file
|
||
|
disableDeletion: false
|
||
|
editable: true
|
||
|
options:
|
||
|
path: /etc/grafana/dashboards
|