Skip to content

Commit

Permalink
[stable/falco] Fix some small typos (helm#6455)
Browse files Browse the repository at this point in the history
* [stable/falco] Fix some small typos

Fix some small typos

* Add version 0.1.1

Add version 0.1.1
  • Loading branch information
AdamDang authored and gsemet committed Nov 13, 2018
1 parent 26a613e commit e5038d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 0.1.0
version: 0.1.1
appVersion: 0.10.0
description: Sysdig Falco
keywords:
Expand Down
6 changes: 3 additions & 3 deletions stable/falco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ helm install --name my-release stable/falco

After a few seconds, Falco should be running.

> **Tip**: List all releases using `helm list`, a release is a name used to track an specific deployment
> **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment
## Uninstalling the Chart

Expand Down Expand Up @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the Falco chart and the
| `falco.logStderr` | Send Falco debugging information logs to stderr | `true` |
| `falco.logSyslog` | Send Falco debugging information logs to syslog | `true` |
| `falco.logLevel` | The minimum level of Falco debugging information to include in logs | `info` |
| `falco.priority` | The minimum rule priority level to load an run | `debug` |
| `falco.priority` | The minimum rule priority level to load and run | `debug` |
| `falco.bufferedOutputs` | Use buffered outputs to channels | `false` |
| `falco.outputs.rate` | Number of tokens gained per second | `1` |
| `falco.outputs.maxBurst` | Maximum number of tokens outstanding | `1000` |
Expand Down Expand Up @@ -156,7 +156,7 @@ And this means that our Falco installation has loaded the rules and is ready to

### Automating the generation of custom-rules.yaml file

Sometimes edit YAML files with multistrings is a bit error prone, so we added an script for automating this step and make your life easier.
Sometimes edit YAML files with multistrings is a bit error prone, so we added a script for automating this step and make your life easier.

This script lives in [falco-extras repository](https://github.com/draios/falco-extras) in the scripts directory.

Expand Down

0 comments on commit e5038d2

Please sign in to comment.