Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Dec 4, 2023
1 parent b71b007 commit 4787be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/audit/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4787be9

Please sign in to comment.