Skip to content

Commit

Permalink
fix: fixed daemon config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Sep 25, 2024
1 parent 64d99ae commit cbe5a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/daemon/daemon.toml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion test/fabric.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data:
[prometheus]
url = "http://prometheus:9090/api/v1"
step = "1m"
query_step = "1m"
kind: ConfigMap
metadata:
name: daemon-config
Expand Down

0 comments on commit cbe5a8a

Please sign in to comment.