Enable tls for fluent-bit forward plugin (#17109)

Signed-off-by: Hoa Nguyen <hoanguyen2708@gmail.com>
This commit is contained in:
Hoa Nguyen
2019-11-18 00:31:42 -08:00
committed by Kubernetes Prow Robot
parent b1cc9b9c80
commit a7f95e269e
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluent-bit
version: 2.8.1
version: 2.8.2
appVersion: 1.3.2
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
+9
View File
@@ -92,6 +92,15 @@ data:
{{- if .Values.backend.forward.shared_key }}
Shared_Key {{ .Values.backend.forward.shared_key }}
{{- end }}
{{- if .Values.backend.forward.tls }}
tls {{ .Values.backend.forward.tls }}
{{- end }}
{{- if .Values.backend.forward.tls_verify }}
tls.verify {{ .Values.backend.forward.tls_verify }}
{{- end }}
{{- if .Values.backend.forward.tls_debug }}
tls.debug {{ .Values.backend.forward.tls_debug }}
{{- end }}
{{ else if eq .Values.backend.type "es" }}
[OUTPUT]
Name es