[stable/falco] Fix README.md documentation (#13125)

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
This commit is contained in:
Fede Barcelona
2019-04-23 02:06:23 -07:00
committed by Kubernetes Prow Robot
parent 34ee421566
commit a959eabefd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 0.7.1
version: 0.7.2
appVersion: 0.14.0
description: Sysdig Falco
keywords:
+2 -2
View File
@@ -90,9 +90,9 @@ The following table lists the configurable parameters of the Falco chart and the
| `integrations.gcscc.webhookAuthenticationToken` | Token used for authentication and webhook | `b27511f86e911f20b9e0f9c8104b4ec4` |
| `integrations.natsOutput.enabled` | Enable NATS Output integration | `false` |
| `integrations.natsOutput.natsUrl` | The NATS' URL where Falco is going to publish security alerts | `nats://nats.nats-io.svc.cluster.local:4222` |
| `integrations.pubsubOutput.credentials_data` | Contents retrieved from `cat $HOME/.config/gcloud/legacy_credentials/<email>/adc.json | jq -c .` | ` ` |
| `integrations.pubsubOutput.credentialsData` | Contents retrieved from `cat $HOME/.config/gcloud/legacy_credentials/<email>/adc.json | jq -c .` | ` ` |
| `integrations.pubsubOutput.enabled` | Enable GCloud PubSub Output Integration | `false` |
| `integrations.pubsubOutput.project_id` | GCloud Project ID where the Pub/Sub will be created | ` ` |
| `integrations.pubsubOutput.projectID` | GCloud Project ID where the Pub/Sub will be created | ` ` |
| `integrations.snsOutput.enabled` | Enable Amazon SNS Output integration | `false` |
| `integrations.snsOutput.topic` | The SNS topic where Falco is going to publish security alerts | ` ` |
| `integrations.snsOutput.aws_access_key_id` | The AWS Access Key Id credentials for access to SNS n | ` ` |