File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments