mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 09:17:27 +00:00
18 lines
366 B
YAML
18 lines
366 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: grafana-datasources
|
|
namespace: flux-system
|
|
data:
|
|
datasources.yaml: |-
|
|
apiVersion: 1
|
|
deleteDatasources:
|
|
- name: prometheus
|
|
datasources:
|
|
- name: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
editable: true
|
|
version: 1
|