From 4787be962c49db10812f6076ebda188877f3d33a Mon Sep 17 00:00:00 2001 From: Gerrit91 Date: Mon, 4 Dec 2023 16:40:30 +0100 Subject: [PATCH] Fix comment. --- pkg/controller/audit/actuator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",