mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/falco] Fix README.md documentation (#13125)
Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
34ee421566
commit
a959eabefd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
appVersion: 0.14.0
|
||||
description: Sysdig Falco
|
||||
keywords:
|
||||
|
||||
@@ -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 | ` ` |
|
||||
|
||||
Reference in New Issue
Block a user