diff --git a/templates/conf/prometheus.yml.j2 b/templates/conf/prometheus.yml.j2 index b37024d..639a7d4 100644 --- a/templates/conf/prometheus.yml.j2 +++ b/templates/conf/prometheus.yml.j2 @@ -318,7 +318,7 @@ scrape_configs: static_configs: - targets: {% for target in prometheus_kong_exporter_targets %} - - {{ targetĀ }} + - {{ target }} {% endfor %} {% endif %}