Skip to content

Commit

Permalink
chore(helm): fix comment in values.yml (#13638)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <julie.stickler@grafana.com>
  • Loading branch information
AleksaC and JStickler authored Jul 25, 2024
1 parent 7553775 commit 250f4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ null
<tr>
<td>backend.targetModule</td>
<td>string</td>
<td>Comma-separated list of Loki modules to load for the read</td>
<td>Comma-separated list of Loki modules to load for the backend</td>
<td><pre lang="json">
"backend"
</pre>
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ backend:
annotations: {}
# -- Additional labels for backend Service
labels: {}
# -- Comma-separated list of Loki modules to load for the read
# -- Comma-separated list of Loki modules to load for the backend
targetModule: "backend"
# -- Additional CLI args for the backend
extraArgs: []
Expand Down

0 comments on commit 250f4cf

Please sign in to comment.