blob: 0efc492767c2b8abff2f68402f63832b0d488fd1 [file] [log] [blame]
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00001---
2title: Helm Chart Values
Giovanni Tirloni59219b62024-04-09 14:50:25 -03003menuTitle: Helm chart values
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00004description: Reference for Helm Chart values.
Giovanni Tirloni59219b62024-04-09 14:50:25 -03005aliases:
6 - ../../../installation/helm/reference/
7weight: 500
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00008keywords: []
9---
10
11<!-- Autogenerated. Modify ../production/helm/loki/reference.md.gotmpl -->
12
13# Helm Chart Values
14<!-- vale Grafana.Quotes = NO -->
15<!-- The reference title is required. Use a noun-based title. -->
16<!-- vale Grafana.Quotes = YES -->
17
18This is the generated reference for the Loki Helm Chart values.
19
20> **Note:** This reference is for the Loki Helm chart version 3.0 or greater.
21> If you are using the `grafana/loki-stack` Helm chart from the community repo,
22> please refer to the `values.yaml` of the respective Github repository
23> [grafana/helm-charts](https://github.com/grafana/helm-charts/tree/main/charts/loki-stack).
24
25<!-- Override default values table from helm-docs. See https://github.com/norwoodj/helm-docs/tree/master#advanced-table-rendering -->
26{{ define "chart.valuesTableHtml" }}
27{{ `{{< responsive-table >}}` }}
28<table>
29 <thead>
30 <th>Key</th>
31 <th>Type</th>
32 <th>Description</th>
33 <th>Default</th>
34 </thead>
35 <tbody>
36 {{- range .Values }}
37 <tr>
38 <td>{{ .Key }}</td>
39 <td>{{ .Type }}</td>
40 <td>{{ if .Description }}{{ .Description }}{{ else }}{{ .AutoDescription }}{{ end }}</td>
41 <td>{{ template "chart.valueDefaultColumnRender" . }}</td>
42 </tr>
43 {{- end }}
44 </tbody>
45</table>
46{{ `{{< /responsive-table >}}` }}
47{{ end }}
48
49{{ template "chart.valuesTableHtml" . }}