From a959eabefd0136202c4d48c05e0b40063f3bf309 Mon Sep 17 00:00:00 2001 From: Fede Barcelona Date: Tue, 23 Apr 2019 11:06:23 +0200 Subject: [PATCH] [stable/falco] Fix README.md documentation (#13125) Signed-off-by: Federico Barcelona --- stable/falco/Chart.yaml | 2 +- stable/falco/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index 6ee2f2c73a..08e3bb6636 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 0.7.1 +version: 0.7.2 appVersion: 0.14.0 description: Sysdig Falco keywords: diff --git a/stable/falco/README.md b/stable/falco/README.md index e66e1e4018..40f8faa40c 100644 --- a/stable/falco/README.md +++ b/stable/falco/README.md @@ -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//adc.json | jq -c .` | ` ` | +| `integrations.pubsubOutput.credentialsData` | Contents retrieved from `cat $HOME/.config/gcloud/legacy_credentials//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 | ` ` |