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 %}