Skip to content

Commit ad0ea44

Browse files
authored
docs: Add note to Helm values file (#15637)
1 parent 67060c1 commit ad0ea44

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/sources/setup/install/helm/reference.md

+15
Original file line numberDiff line numberDiff line change
@@ -9483,6 +9483,21 @@ false
94839483
<td><pre lang="json">
94849484
{}
94859485
</pre>
9486+
</td>
9487+
</tr>
9488+
<tr>
9489+
<td>read.persistence</td>
9490+
<td>object</td>
9491+
<td>read.persistence is used only if legacyReadTarget is set to true</td>
9492+
<td><pre lang="json">
9493+
{
9494+
"annotations": {},
9495+
"enableStatefulSetAutoDeletePVC": true,
9496+
"selector": null,
9497+
"size": "10Gi",
9498+
"storageClass": null
9499+
}
9500+
</pre>
94869501
</td>
94879502
</tr>
94889503
<tr>

production/helm/loki/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,7 @@ read:
15771577
tolerations: []
15781578
# -- The default is to deploy all pods in parallel.
15791579
podManagementPolicy: "Parallel"
1580+
# -- read.persistence is used only if legacyReadTarget is set to true
15801581
persistence:
15811582
# -- Enable StatefulSetAutoDeletePVC feature
15821583
enableStatefulSetAutoDeletePVC: true

0 commit comments

Comments
 (0)