diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index e0f2fe9dc3829..1969dbad6b2bc 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -9483,6 +9483,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 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