Skip to content

Commit

Permalink
Fix config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Nov 8, 2023
1 parent 031a80a commit 50a95d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/controller/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,14 +456,14 @@ func seedObjects(auditConfig *v1alpha1.AuditConfig, secrets map[string]*corev1.S
},
Data: map[string]string{
"fluent-bit.conf": `[SERVICE]
log_Level info
log_Level info
storage.path /data/
storage.sync normal
storage.checksum off
storage.path /data/
storage.sync normal
storage.checksum off
storage.max_chunks_up 128
storage.backlog.mem_limit 5M
storage.max_chunks_up 128
storage.backlog.mem_limit 5M
[INPUT]
storage.type filesystem
Expand Down

0 comments on commit 50a95d4

Please sign in to comment.