Skip to content

Commit

Permalink
fix config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent 86dbea9 commit 944d180
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions values/loki.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,13 @@ loki:
bucketName: ${s3_bucket_name}
endpoint: s3.${region}.amazonaws.com
region: ${region}
prefix: loki/
use_thanos_objstore: true
storage_config:
aws:
region: ${region}
s3forcepathstyle: false
bucketnames: ${s3_bucket_name}
s3:
bucketname: ${s3_bucket_name}
region: ${region}
endpoint: s3.${region}.amazonaws.com
prefix: loki/
s3: s3://${region}/${s3_bucket_name}/loki/
tracing:
enabled: true

Expand Down

0 comments on commit 944d180

Please sign in to comment.