aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collection/charts/prometheus-operator/templates/grafana/configmaps-datasources.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/collection/charts/prometheus-operator/templates/grafana/configmaps-datasources.yaml')
-rw-r--r--vnfs/DAaaS/collection/charts/prometheus-operator/templates/grafana/configmaps-datasources.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/vnfs/DAaaS/collection/charts/prometheus-operator/templates/grafana/configmaps-datasources.yaml b/vnfs/DAaaS/collection/charts/prometheus-operator/templates/grafana/configmaps-datasources.yaml
deleted file mode 100644
index 5b8b54c4..00000000
--- a/vnfs/DAaaS/collection/charts/prometheus-operator/templates/grafana/configmaps-datasources.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-{{- if and .Values.grafana.enabled .Values.grafana.sidecar.datasources.enabled }}
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: {{ template "prometheus-operator.fullname" . }}-grafana-datasource
- labels:
- {{ $.Values.grafana.sidecar.datasources.label }}: "1"
- app: {{ template "prometheus-operator.name" $ }}-grafana
-{{ include "prometheus-operator.labels" $ | indent 4 }}
-data:
- datasource.yaml: |-
- apiVersion: 1
- datasources:
- - name: Prometheus
- type: prometheus
- url: http://{{ template "prometheus-operator.fullname" . }}-prometheus:9090/{{ trimPrefix "/" .Values.prometheus.prometheusSpec.routePrefix }}
- access: proxy
- isDefault: true
-{{- end }} \ No newline at end of file