From 4968ca93f7686c718848ea45b88a626466984274 Mon Sep 17 00:00:00 2001 From: Orla Dunlop Date: Mon, 28 Oct 2024 09:06:18 +0000 Subject: [PATCH] fix(ecs): vitals env to exist even if set to off Signed-off-by: Orla Dunlop --- templates/ecs/kong_control_plane.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ecs/kong_control_plane.tpl b/templates/ecs/kong_control_plane.tpl index 5952aa6..acc7e16 100644 --- a/templates/ecs/kong_control_plane.tpl +++ b/templates/ecs/kong_control_plane.tpl @@ -175,11 +175,11 @@ "name": "KONG_TRUSTED_IPS", "value": "0.0.0.0/0" }, - %{ if vitals_endpoint != "" && kong_vitals_enabled == "on" } { "name": "KONG_VITALS", "value": "${kong_vitals_enabled}" }, + %{ if vitals_endpoint != "" && kong_vitals_enabled == "on" } { "name": "KONG_VITALS_STRATEGY", "value": "prometheus"