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