Skip to content

Commit

Permalink
Update _config.tpl
Browse files Browse the repository at this point in the history
New location for `insecure` as per open-telemetry/opentelemetry-collector#4063
  • Loading branch information
bbeattie-phxlabs authored Sep 22, 2021
1 parent 48ff75d commit 6d226b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/opentelemetry-collector/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ Default config override for agent collector deamonset
exporters:
otlp:
endpoint: {{ include "opentelemetry-collector.fullname" . }}:4317
insecure: true
tls:
insecure: true
{{- end }}

{{- if .Values.standaloneCollector.enabled }}
Expand Down

0 comments on commit 6d226b6

Please sign in to comment.