Skip to content

Commit

Permalink
Align falco.rulesFile in README with value from values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Małek <pmalek@sumologic.com>
  • Loading branch information
pmalek authored and poiana committed Jul 23, 2021
1 parent 06d02f9 commit 1da1541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: falco
version: 1.15.3
version: 1.15.4
appVersion: 0.29.1
description: Falco
keywords:
Expand Down
2 changes: 1 addition & 1 deletion falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following table lists the configurable parameters of the Falco chart and the
| `auditLog.enabled` | Enable K8s audit log support for Falco | `false` |
| `auditLog.dynamicBackend.enabled` | Deploy the Audit Sink where Falco listens for K8s audit log events | `false` |
| `auditLog.dynamicBackend.url` | Define if Audit Sink client config should point to a fixed [url](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#url) (useful for development) instead of the default webserver service. | `` |
| `falco.rulesFile` | The location of the rules files | `[/etc/falco/falco_rules.yaml, /etc/falco/falco_rules.local.yaml, /etc/falco/rules.available/application_rules.yaml, /etc/falco/rules.d]` |
| `falco.rulesFile` | The location of the rules files | `[/etc/falco/falco_rules.yaml, /etc/falco/falco_rules.local.yaml, /etc/falco/k8s_audit_rules.yaml, /etc/falco/rules.d]` |
| `falco.timeFormatISO8601` | Display times using ISO 8601 instead of local time zone | `false` |
| `falco.jsonOutput` | Output events in json or text | `false` |
| `falco.jsonIncludeOutputProperty` | Include output property in json output | `true` |
Expand Down

0 comments on commit 1da1541

Please sign in to comment.