Skip to content

Commit 34a7019

Browse files
Harsh VoraHarsh Vora
Harsh Vora
authored and
Harsh Vora
committed
parameterized the tagging of tail plugin
Signed-off-by: Harsh Vora <[email protected]>
1 parent 16b7613 commit 34a7019

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/fluent-operator/templates/fluentbit-clusterinput-tail.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
fluentbit.fluent.io/component: logging
1111
spec:
1212
tail:
13-
tag: kube.*
13+
tag: {{ .Values.fluentbit.input.tail.tag }}
1414
path: {{ .Values.fluentbit.input.tail.path }}
1515
readFromHead: {{ .Values.fluentbit.input.tail.readFromHead }}
1616
{{- if eq .Values.containerRuntime "docker" }}

charts/fluent-operator/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ fluentbit:
185185
input:
186186
tail:
187187
enable: true
188+
tag: "kube.*"
188189
refreshIntervalSeconds: 10
189190
memBufLimit: 100MB
190191
bufferMaxSize: ""

0 commit comments

Comments
 (0)