From c31b66ba918e83cc517d33fd0d6ad35bd7b0ba94 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 5 Jul 2018 00:34:20 +0800 Subject: [PATCH] [stable/falco] Fix some small typos (#6455) * [stable/falco] Fix some small typos Fix some small typos * Add version 0.1.1 Add version 0.1.1 Signed-off-by: Jakob Niggel --- stable/falco/Chart.yaml | 2 +- stable/falco/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index 3daa1997f98a..2858bd9ef550 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 0.1.0 +version: 0.1.1 appVersion: 0.10.0 description: Sysdig Falco keywords: diff --git a/stable/falco/README.md b/stable/falco/README.md index d3dbd5e03a62..9a09b61b65b6 100644 --- a/stable/falco/README.md +++ b/stable/falco/README.md @@ -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 @@ -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` | @@ -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.