Skip to content

Commit 4529855

Browse files
committed
Fix tempo tlsConfig lines
Signed-off-by: Pete Wall <[email protected]>
1 parent 7e15e04 commit 4529855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/k8s-monitoring/ci/ci-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ externalServices:
1717
password: lokipassword
1818
tempo:
1919
host: tempo.tempo.svc:4317
20-
tlsOptions: |
20+
tlsOptions: |-
2121
insecure = true
2222
insecure_skip_verify = true
2323

charts/k8s-monitoring/templates/agent_config/_tempo.river.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ otelcol.exporter.otlp "tempo" {
3838
{{- end }}
3939
{{- if .tlsOptions }}
4040
tls {
41-
{{- .tlsOptions | indent 6 }}
41+
{{ .tlsOptions | indent 6 }}
4242
}
4343
{{- end }}
4444
}

0 commit comments

Comments
 (0)