diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index b899007d93bf1..175c245af309e 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -8748,6 +8748,21 @@ false
 {}
 
+ + + + read.persistence + object + read.persistence is used only if legacyReadTarget is set to true +
+{
+  "annotations": {},
+  "enableStatefulSetAutoDeletePVC": true,
+  "selector": null,
+  "size": "10Gi",
+  "storageClass": null
+}
+
diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index ef0c506f585a4..ffb68680e55a1 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -1526,6 +1526,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