From 42269a28a2aa8cc37fd50d2fa4ea84b285f10dc5 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 9 Nov 2025 20:56:04 +0100 Subject: [PATCH] Remove positions volume and mount from Promtail configuration --- apps/logging/promtail/values.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/logging/promtail/values.yaml b/apps/logging/promtail/values.yaml index b8fd430..757e2ef 100644 --- a/apps/logging/promtail/values.yaml +++ b/apps/logging/promtail/values.yaml @@ -133,19 +133,11 @@ promtail: - name: journal hostPath: path: /var/log/journal - - - name: positions - hostPath: - path: /var/lib/promtail/positions - type: DirectoryOrCreate extraVolumeMounts: - name: journal mountPath: /var/log/journal readOnly: true - - - name: positions - mountPath: /run/promtail # Tolerations to run on all nodes tolerations: