Skip to content

Commit 8e0c88f

Browse files
joseaclCopilot
andauthored
Update pkg/resources/fluentbit/configsecret.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: José Antonio Cortés López <[email protected]>
1 parent cef3a2a commit 8e0c88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/fluentbit/configsecret.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ func (r *Reconciler) configSecret() (runtime.Object, reconciler.DesiredState, er
476476

477477
func toFluentdFilterGrep(filterGrep *v1beta1.FilterGrep) (*FluentdFilterGrep, error) {
478478
if filterGrep.Logical_Op != "legacy" && len(filterGrep.Regex) > 0 && len(filterGrep.Exclude) > 0 {
479-
return nil, errors.New("failed to parse grep filter for fluentbit, Logical_Op is set, it's not posible to set both Regex and Exclude")
479+
return nil, errors.New("failed to parse grep filter for fluentbit, Logical_Op is set, it's not possible to set both Regex and Exclude")
480480
}
481481

482482
fluentdFilterGrep := &FluentdFilterGrep{

0 commit comments

Comments
 (0)