mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Enable tls for fluent-bit forward plugin (#17109)
Signed-off-by: Hoa Nguyen <hoanguyen2708@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b1cc9b9c80
commit
a7f95e269e
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user