Skip to content

Commit 6d226b6

Browse files
Update _config.tpl
New location for `insecure` as per open-telemetry/opentelemetry-collector#4063
1 parent 48ff75d commit 6d226b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/opentelemetry-collector/templates/_config.tpl

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ Default config override for agent collector deamonset
111111
exporters:
112112
otlp:
113113
endpoint: {{ include "opentelemetry-collector.fullname" . }}:4317
114-
insecure: true
114+
tls:
115+
insecure: true
115116
{{- end }}
116117

117118
{{- if .Values.standaloneCollector.enabled }}

0 commit comments

Comments
 (0)