Skip to content

Commit

Permalink
docs: Add note to Helm values file (#15637)
Browse files Browse the repository at this point in the history
(cherry picked from commit ad0ea44)
  • Loading branch information
JStickler authored and grafana-delivery-bot[bot] committed Jan 8, 2025
1 parent cfc3c00 commit c7a5d9e
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 @@ -8666,6 +8666,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 @@ -1519,6 +1519,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 c7a5d9e

Please sign in to comment.