Skip to content

Commit

Permalink
Use rules_files instead of deprecated rules_file in config snippet
Browse files Browse the repository at this point in the history
Using rules_file causes collision with rules_files and falco does not start

```
Tue Nov 12 14:23:17 2024: Using deprecated config key 'rules_file' (singular form). Please use new 'rules_files' config key (plural form).
Error: Error reading config file (/etc/falco/falco.yaml): both 'rules_files' and 'rules_file' keys set
```

Signed-off-by: Robin Landström <[email protected]>
  • Loading branch information
robinlandstrom authored Nov 12, 2024
1 parent 64cc795 commit abaadbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ services:
protocol: TCP
falco:
rules_file:
rules_files:
- /etc/falco/k8s_audit_rules.yaml
- /etc/falco/rules.d
plugins:
Expand Down

0 comments on commit abaadbf

Please sign in to comment.