From 79b48e9def8b1967df698cafd950f3fbb5b2fc0b Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 14 Nov 2022 11:07:16 +0100 Subject: [PATCH] forgot one --- templates/conf/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}