Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): fix comment in values.yml #13638

Merged
merged 4 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading