diff --git a/pkg/controller/audit/actuator.go b/pkg/controller/audit/actuator.go index 3e69752..146f707 100644 --- a/pkg/controller/audit/actuator.go +++ b/pkg/controller/audit/actuator.go @@ -354,8 +354,8 @@ func seedObjects(auditConfig *v1alpha1.AuditConfig, secrets map[string]*corev1.S }, }.Generate(), "null.backend.conf": fluentbitconfig.Config{ - // the null backend is for the case the no backends are configured and fluentbit will still start up - // otherwise it will fail because the backend conf include does not match any file + // the null backend is for the case when no backends are configured and fluentbit will still start up + // as when this happens, it will fail because the backend conf include does not match any file Output: []fluentbitconfig.Output{ map[string]string{ "match": "audit",