From 4f59eef50030e7d0cf1ddeecd6f5ea3fd13b68fd Mon Sep 17 00:00:00 2001 From: Igor Eulalio Date: Tue, 26 Nov 2024 13:11:01 -0300 Subject: [PATCH] rebase origin/master Signed-off-by: Igor Eulalio --- charts/falco/CHANGELOG.md | 2 +- charts/falco/Chart.yaml | 2 +- charts/falco/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index 41d05e67a..a75f149f4 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -1227,4 +1227,4 @@ Remove whitespace around `falco.httpOutput.url` to fix the error `libcurl error: ### Major Changes -* Initial release of Sysdig Falco Helm Chart \ No newline at end of file +* Initial release of Sysdig Falco Helm Chart diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 400169081..0582008d2 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -25,4 +25,4 @@ dependencies: - name: k8s-metacollector version: 0.1.* repository: https://falcosecurity.github.io/charts - condition: collectors.kubernetes.enabled \ No newline at end of file + condition: collectors.kubernetes.enabled diff --git a/charts/falco/README.md b/charts/falco/README.md index 82dddb7ac..2a18dce99 100644 --- a/charts/falco/README.md +++ b/charts/falco/README.md @@ -799,4 +799,4 @@ The following table lists the main configurable parameters of the falco chart v4 | serviceMonitor.tlsConfig | object | `{}` | tlsConfig specifies TLS (Transport Layer Security) configuration for secure communication when scraping metrics from a service. It allows you to define the details of the TLS connection, such as CA certificate, client certificate, and client key. Currently, the k8s-metacollector does not support TLS configuration for the metrics endpoint. | | services | string | `nil` | Network services configuration (scenario requirement) Add here your services to be deployed together with Falco. | | tolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/control-plane"}]` | Tolerations to allow Falco to run on Kubernetes masters. | -| tty | bool | `false` | Attach the Falco process to a tty inside the container. Needed to flush Falco logs as soon as they are emitted. Set it to "true" when you need the Falco logs to be immediately displayed. | \ No newline at end of file +| tty | bool | `false` | Attach the Falco process to a tty inside the container. Needed to flush Falco logs as soon as they are emitted. Set it to "true" when you need the Falco logs to be immediately displayed. |