From cbe5a8acb19d432db32546a60017dad3787ff24f Mon Sep 17 00:00:00 2001 From: paulobressan Date: Wed, 25 Sep 2024 18:54:54 -0300 Subject: [PATCH] fix: fixed daemon config --- bootstrap/daemon/daemon.toml.tftpl | 2 +- test/fabric.manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/daemon/daemon.toml.tftpl b/bootstrap/daemon/daemon.toml.tftpl index 020c969..5795cc2 100644 --- a/bootstrap/daemon/daemon.toml.tftpl +++ b/bootstrap/daemon/daemon.toml.tftpl @@ -5,7 +5,7 @@ delay_sec = ${prometheus_delay_sec} [prometheus] url = "${prometheus_url}" -step = "${prometheus_query_step}" +query_step = "${prometheus_query_step}" [kafka] "bootstrap.servers" = "${broker_urls}" diff --git a/test/fabric.manifest.yaml b/test/fabric.manifest.yaml index e6a9474..5802bc4 100644 --- a/test/fabric.manifest.yaml +++ b/test/fabric.manifest.yaml @@ -50,7 +50,7 @@ data: [prometheus] url = "http://prometheus:9090/api/v1" - step = "1m" + query_step = "1m" kind: ConfigMap metadata: name: daemon-config