From e3dd65cfeef1e9b487bcd9d8e34f7d661f0fd604 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Wed, 27 May 2026 22:16:30 +0200 Subject: [PATCH] loki fix 2 --- infra/values/base/loki-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/values/base/loki-values.yaml b/infra/values/base/loki-values.yaml index 3903101..e755b78 100644 --- a/infra/values/base/loki-values.yaml +++ b/infra/values/base/loki-values.yaml @@ -38,7 +38,7 @@ singleBinary: memory: 1Gi # Temporary: clean up corrupted TSDB WAL so Loki can start. # Remove this initContainer once Loki is healthy. - extraInitContainers: + initContainers: - name: cleanup-corrupted-wal image: busybox:1.36 command: ['sh', '-c', 'rm -rf /var/loki/tsdb-shipper-active/wal || true']