Skip to content

Commit

Permalink
Add application_rules.yaml to falco.rulesFile (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored and github-actions[bot] committed May 26, 2021
1 parent f3dc767 commit 0c17f2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2297,6 +2297,17 @@ falco:
# enabled: true
falco:
jsonOutput: true
## The location of the rules file(s). This can contain one or more paths to
## separate rules files.
## Explicitly add missing /etc/falco/rules.available/application_rules.yaml
## before https://github.com/falcosecurity/charts/issues/230 gets resolved.
rulesFile:
- /etc/falco/falco_rules.yaml
- /etc/falco/falco_rules.local.yaml
- /etc/falco/k8s_audit_rules.yaml
- /etc/falco/rules.d
- /etc/falco/rules.available/application_rules.yaml

# image:
# pullSecrets: []
customRules:
Expand Down

0 comments on commit 0c17f2c

Please sign in to comment.