From 5b51699dbb60a3d26af19c478a0b12d8a30438bf Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Thu, 13 Apr 2023 11:40:39 +0200 Subject: [PATCH] fix: Typo --- templates/prometheus-provisioning/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/prometheus-provisioning/prometheus.yml.j2 b/templates/prometheus-provisioning/prometheus.yml.j2 index 067e8ec..90ccf23 100644 --- a/templates/prometheus-provisioning/prometheus.yml.j2 +++ b/templates/prometheus-provisioning/prometheus.yml.j2 @@ -31,6 +31,6 @@ scrape_configs: - targets: - 'localhost:9090' {% for target in grafana_prometheus_targets %} -- "{{ target }}"" +- "{{ target }}" {% endfor %}