We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba88e4c commit 844641fCopy full SHA for 844641f
internal/collector/otelcol.tmpl
@@ -182,6 +182,7 @@ exporters:
182
{{ if gt (len .TLS.Ca) 0 -}}ca_file: "{{- .TLS.Ca -}}"{{- end }}
183
{{ if gt (len .TLS.Cert) 0 -}}cert_file: "{{- .TLS.Cert -}}"{{- end }}
184
{{ if gt (len .TLS.Key) 0 -}}key_file: "{{- .TLS.Key -}}"{{- end }}
185
+ {{ if gt (len .TLS.ServerName) 0 -}}server_name_override: "{{- .TLS.ServerName -}}"{{- end }}
186
{{- end }}
187
{{- if .Authenticator }}
188
auth:
0 commit comments