Skip to content

Commit

Permalink
parameterized the tagging of tail plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Vora <[email protected]>
  • Loading branch information
Harsh Vora authored and Harsh Vora committed Jul 12, 2024
1 parent 16b7613 commit 34a7019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
fluentbit.fluent.io/component: logging
spec:
tail:
tag: kube.*
tag: {{ .Values.fluentbit.input.tail.tag }}
path: {{ .Values.fluentbit.input.tail.path }}
readFromHead: {{ .Values.fluentbit.input.tail.readFromHead }}
{{- if eq .Values.containerRuntime "docker" }}
Expand Down
1 change: 1 addition & 0 deletions charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ fluentbit:
input:
tail:
enable: true
tag: "kube.*"
refreshIntervalSeconds: 10
memBufLimit: 100MB
bufferMaxSize: ""
Expand Down

0 comments on commit 34a7019

Please sign in to comment.