Add fluentd.conf as a configmap (#792)

Logger's - FluentD config can be passed as a configmap so that user can customize the configuration to their needs
This commit is contained in:
Erwin van Eyk
2019-01-10 17:39:22 +05:30
committed by Vishal
parent 0651291e2d
commit 16efdaa25c
6 changed files with 148 additions and 59 deletions
+1
View File
@@ -1,3 +1,4 @@
# Default logger configfile - which is generally replaced by a more specific logger config at runtime (see charts/)
<match fluent.**>
type null
</match>