diff --git a/docs/sources/installation/helm/reference.md b/docs/sources/installation/helm/reference.md index 44fecebf38..964515c929 100644 --- a/docs/sources/installation/helm/reference.md +++ b/docs/sources/installation/helm/reference.md @@ -22,6 +22,7 @@ This is the generated reference for the Loki Helm Chart values. +{{< responsive-table >}} @@ -3718,4 +3719,5 @@ null
Key
+{{< /responsive-table >}} diff --git a/production/helm/loki/reference.md.gotmpl b/production/helm/loki/reference.md.gotmpl index 53f539df8a..9636b1edfd 100644 --- a/production/helm/loki/reference.md.gotmpl +++ b/production/helm/loki/reference.md.gotmpl @@ -22,6 +22,7 @@ This is the generated reference for the Loki Helm Chart values. {{ define "chart.valuesTableHtml" }} +{{ `{{< responsive-table >}}` }} @@ -40,6 +41,7 @@ This is the generated reference for the Loki Helm Chart values. {{- end }}
Key
+{{ `{{< /responsive-table >}}` }} {{ end }} {{ template "chart.valuesTableHtml" . }}