Merge pull request #1315 from dbason/openrc-filepath

Add Path_Key for openrc k3s logs
pull/1338/head
Nick Gerace 2021-07-06 18:03:07 -04:00 committed by GitHub
commit f5de262715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ spec:
inputTail:
Tag: "k3s"
Path: "/var/log/k3s.log"
Path_Key: filename
{{- if .Values.fluentbit.inputTail.Buffer_Chunk_Size }}
Buffer_Chunk_Size: {{ .Values.fluentbit.inputTail.Buffer_Chunk_Size | toString }}
{{- end }}

View File

@ -15,6 +15,7 @@ spec:
inputTail:
Tag: "k3s"
Path: "/var/log/k3s.log"
Path_Key: filename
{{- if .Values.fluentbit.inputTail.Buffer_Chunk_Size }}
Buffer_Chunk_Size: {{ .Values.fluentbit.inputTail.Buffer_Chunk_Size | toString }}
{{- end }}