Skip to content

Commit a9808a1

Browse files
WesselAtWorkjkroepkeJStickler
authored
feat(helm): Add block_builder config to helm chart (#17451)
Signed-off-by: WesselAtWork <115667066+WesselAtWork@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: J Stickler <julie.stickler@grafana.com>
1 parent 6db8b1f commit a9808a1

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/sources/setup/install/helm/reference.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6071,6 +6071,15 @@ See values.yaml
60716071
<td><pre lang="json">
60726072
{}
60736073
</pre>
6074+
</td>
6075+
</tr>
6076+
<tr>
6077+
<td>loki.block_builder</td>
6078+
<td>object</td>
6079+
<td>Optional block builder configuration</td>
6080+
<td><pre lang="json">
6081+
{}
6082+
</pre>
60746083
</td>
60756084
</tr>
60766085
<tr>

production/helm/loki/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ loki:
179179
{{- tpl (. | toYaml) $ | nindent 4 }}
180180
{{- end }}
181181
182+
{{- with .Values.loki.block_builder }}
183+
block_builder:
184+
{{- tpl (. | toYaml) $ | nindent 4 }}
185+
{{- end }}
186+
182187
{{- if .Values.loki.commonConfig}}
183188
common:
184189
{{- toYaml .Values.loki.commonConfig | nindent 2}}
@@ -528,6 +533,8 @@ loki:
528533
querier: {}
529534
# -- Optional ingester configuration
530535
ingester: {}
536+
# -- Optional block builder configuration
537+
block_builder: {}
531538
# -- Optional index gateway configuration
532539
index_gateway:
533540
mode: simple

0 commit comments

Comments
 (0)