Skip to content

Commit

Permalink
fix: remove more spaces to have valid hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Jan 21, 2025
1 parent c97ab6d commit acf3b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/util/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def parameterize_storage_config(bucket_prefix):
"""
# Example usage
template = """
loki_storage = <<EOT
loki_storage = <<EOT
bucketNames:
chunks: {loki_bucket}
ruler: {loki_bucket}
Expand All @@ -84,15 +84,15 @@ def parameterize_storage_config(bucket_prefix):
s3ForcePathStyle: false
insecure: false
EOT
thanos_storage = <<EOT
thanos_storage = <<EOT
type: s3
config:
bucket: {thanos_bucket}
endpoint: {region}.your-objectstorage.com
access_key: {access_key}
secret_key: {secret_key}
EOT
tempo_storage = <<EOT
tempo_storage = <<EOT
backend: s3
s3:
access_key: {access_key}
Expand Down

0 comments on commit acf3b94

Please sign in to comment.