From 0e50cbf9d10f84aeabd48f651e3d1cb035c02199 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 31 Oct 2022 01:20:33 +0100 Subject: [PATCH] fix(loki): Omit work directory setting --- infrastructure/loki/loki.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/loki/loki.yaml b/infrastructure/loki/loki.yaml index 6545f1310..cc6f7e23b 100644 --- a/infrastructure/loki/loki.yaml +++ b/infrastructure/loki/loki.yaml @@ -51,7 +51,6 @@ data: secretAccessKey: supersecret s3ForcePathStyle: true compactor: - working_directory: /data/retention shared_store: s3 compaction_interval: 10m retention_enabled: true -- GitLab