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