fluxcd-flux2/manifests/monitoring/grafana/datasources.yaml
Hidde Beydals ff6a1c14be Rename 'gitops-system' namespace to 'gotk-system'
To align with the project name, and the group introduced in #236.
2020-09-30 22:32:26 +02:00

18 lines
366 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-datasources
namespace: gotk-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