Skip to content

Commit

Permalink
Grab latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsinghtech committed Oct 11, 2024
1 parent 98d39e5 commit 8e252a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/fleet-manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
kafka:
bootstrap.servers: "tesla-kafka-bootstrap.kafka:9092"
group.id: "fleet-manager"
auto.offset.reset: "earliest"
auto.offset.reset: "latest"
topic: "tesla_V"
aws:
Expand All @@ -18,6 +18,6 @@ data:
secretKey: "31zQ864x0rvWHwyWlTcYhUXJjo7nEJ4uwUCarOB8"
region: "us-west-1"
local:
enabled: true
basePath: "./data"
# local:
# enabled: true
# basePath: "./data"

0 comments on commit 8e252a1

Please sign in to comment.