fix: Typo

This commit is contained in:
Laur Ivan 2023-04-13 11:40:39 +02:00
parent d3593cc963
commit 5b51699dbb

View File

@ -31,6 +31,6 @@ scrape_configs:
- targets: - targets:
- 'localhost:9090' - 'localhost:9090'
{% for target in grafana_prometheus_targets %} {% for target in grafana_prometheus_targets %}
- "{{ target }}"" - "{{ target }}"
{% endfor %} {% endfor %}