Skip to content

Commit 36d1eca

Browse files
ahmasiliconbrain
andcommitted
Update pkg/resources/fluentbit/config.go
Co-authored-by: Dudás Ádám <[email protected]>
1 parent 06e4943 commit 36d1eca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkg/resources/fluentbit/config.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ var fluentBitConfigTemplate = `
7676
{{- range $modify := .FilterModify }}
7777
7878
[FILTER]
79-
Name modify
80-
Match *
81-
{{- range $rule := $modify.Rules }}
82-
{{- $operation := $rule.Operation }}
79+
Name modify
80+
Match *
81+
{{- range $rule := $modify.Rules }}
82+
{{- $operation := $rule.Operation }}
8383
{{ $operation.Op }} {{ $operation.Key }} {{ if $operation.Value }}{{ $operation.Value }}{{ end }}
8484
{{- end }}
8585
86-
{{- range $condition := $modify.Conditions }}
87-
{{- $operation := $condition.Operation }}
86+
{{- range $condition := $modify.Conditions }}
87+
{{- $operation := $condition.Operation }}
8888
Condition {{ $operation.Op }} {{ $operation.Key }} {{ if $operation.Value }}{{ $operation.Value }}{{ end }}
89-
{{- end }}
89+
{{- end }}
9090
9191
{{- end}}
9292

0 commit comments

Comments
 (0)