Skip to content

Commit c08c514

Browse files
committed
fix templating
Signed-off-by: Joe Elliott <number101010@gmail.com>
1 parent 8f014a2 commit c08c514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/tempo-distributed/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1186,10 +1186,10 @@ config: |
11861186
http_server_write_timeout: {{ .Values.server.http_server_write_timeout }}
11871187
storage:
11881188
trace:
1189+
{{- if .Values.storage.trace.block.version }}
11891190
block:
1190-
{{- if .Values.storage.trace.block.version }}
11911191
version: {{.Values.storage.trace.block.version}}
1192-
{{- end }}
1192+
{{- end }}
11931193
backend: {{.Values.storage.trace.backend}}
11941194
{{- if eq .Values.storage.trace.backend "s3"}}
11951195
s3:

0 commit comments

Comments
 (0)