Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit d74618f

Browse files
committed
Remove DROP_FLUENTD_LOGS from syslog config.
1 parent bb82143 commit d74618f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/fluentd/templates/logger-fluentd-daemon.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ spec:
3939
value: {{.Values.syslog.host | quote }}
4040
- name: "SYSLOG_PORT"
4141
value: {{.Values.syslog.port | quote }}
42-
- name: "DROP_FLUENTD_LOGS"
43-
value: "true"
4442
{{- end}}
4543
{{- range $key, $value := .Values.daemon_environment }}
4644
- name: {{ $key }}

0 commit comments

Comments
 (0)