From 6d6aa40b531b083c8ca86fd39d31248419f06038 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 21 Jan 2026 17:37:46 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20build(values/loki.yml.tpl):=20up?= =?UTF-8?q?date=20schema=20for=20storgae=20to=20match=20upstream?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values/loki.yml.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/values/loki.yml.tpl b/values/loki.yml.tpl index c1085a8..d6ae27b 100644 --- a/values/loki.yml.tpl +++ b/values/loki.yml.tpl @@ -41,16 +41,16 @@ loki: period: 24h # Storage configuration storage: - type: s3 - bucketNames: - admin: ${s3_bucket_name} - chunks: ${s3_bucket_name} - ruler: ${s3_bucket_name} - s3: - s3: s3://${region} - bucketName: ${s3_bucket_name} - region: ${region} - s3ForcePathStyle: false + bucketNames: + admin: ${s3_bucket_name} + chunks: ${s3_bucket_name} + ruler: ${s3_bucket_name} + storage_cofig: + aws: + s3: + bucketName: ${s3_bucket_name} + region: ${region} + s3ForcePathStyle: false tracing: enabled: true