We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b97a78e + f21a747 commit 2bf3377Copy full SHA for 2bf3377
internal/collector/otelcol.tmpl
@@ -156,6 +156,7 @@ exporters:
156
tls:
157
insecure: {{ if .TLS -}}false{{ else -}}true{{- end }}
158
{{- if .TLS }}
159
+ insecure_skip_verify: {{ .TLS.SkipVerify }}
160
{{ if gt (len .TLS.Ca) 0 -}}ca_file: "{{- .TLS.Ca -}}"{{- end }}
161
{{ if gt (len .TLS.Cert) 0 -}}cert_file: "{{- .TLS.Cert -}}"{{- end }}
162
{{ if gt (len .TLS.Key) 0 -}}key_file: "{{- .TLS.Key -}}"{{- end }}
0 commit comments