Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 1 | --- |
| 2 | title: Helm Chart Values |
Giovanni Tirloni | 59219b6 | 2024-04-09 14:50:25 -0300 | [diff] [blame] | 3 | menuTitle: Helm chart values |
Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 4 | description: Reference for Helm Chart values. |
Giovanni Tirloni | 59219b6 | 2024-04-09 14:50:25 -0300 | [diff] [blame] | 5 | aliases: |
| 6 | - ../../../installation/helm/reference/ |
| 7 | weight: 500 |
Mohammed Naser | 8a2c8fb | 2023-02-19 17:23:55 +0000 | [diff] [blame] | 8 | keywords: [] |
| 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 | |
| 18 | This 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" . }} |