Skip to content

Commit

Permalink
fix: use roles_files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Nov 19, 2024
1 parent e980a2c commit 8995d04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/falco/README.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ services:
protocol: TCP

falco:
rules_file:
rules_files:
- /etc/falco/k8s_audit_rules.yaml
- /etc/falco/rules.d
plugins:
Expand Down
4 changes: 2 additions & 2 deletions charts/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,10 +620,10 @@ falco:
# Falco rules files #
#####################

# [Stable] `rules_file`
# [Stable] `rules_files`
#
# Falco rules can be specified using files or directories, which are loaded at
# startup. The name "rules_file" is maintained for backwards compatibility. If
# startup. The name "rules_files" is maintained for backwards compatibility. If
# the entry is a file, it will be read directly. If the entry is a directory,
# all files within that directory will be read in alphabetical order.
#
Expand Down
2 changes: 1 addition & 1 deletion tests/falco-test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 8995d04

Please sign in to comment.