Skip to content

Commit

Permalink
docs: add note to Helm values file (backport release-3.2.x) (#15657)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
loki-gh-app[bot] and JStickler authored Jan 8, 2025
1 parent d116327 commit 44b122e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8748,6 +8748,21 @@ false
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>read.persistence</td>
<td>object</td>
<td>read.persistence is used only if legacyReadTarget is set to true</td>
<td><pre lang="json">
{
"annotations": {},
"enableStatefulSetAutoDeletePVC": true,
"selector": null,
"size": "10Gi",
"storageClass": null
}
</pre>
</td>
</tr>
<tr>
Expand Down
1 change: 1 addition & 0 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44b122e

Please sign in to comment.