From 10238b56852a985edbdf66c537ae7df2ce45bbff Mon Sep 17 00:00:00 2001 From: Julie Stickler Date: Tue, 7 Jan 2025 15:06:08 -0500 Subject: [PATCH] docs: add note to Helm values file --- production/helm/loki/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 2af9e32015888..6dcfb28167bfd 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -1577,6 +1577,7 @@ read: tolerations: [] # -- The default is to deploy all pods in parallel. podManagementPolicy: "Parallel" + # -- read.persistence is used only if legacyReadTarget is set to true persistence: # -- Enable StatefulSetAutoDeletePVC feature enableStatefulSetAutoDeletePVC: true