cleanup(docs): remove extraneous whitespace in falco.yaml

Signed-off-by: Stanley Chan <pocketgamer5000@gmail.com>
This commit is contained in:
Stanley Chan 2023-04-28 10:00:58 -05:00 committed by poiana
parent 1125b92fc3
commit 3403225d8d

View File

@ -361,11 +361,11 @@ stdout_output:
# (the endpoint name is configurable).
# - /versions: responds with a JSON object containing version numbers of the
# internal Falco components (similar output as `falco --version -o json_output=true`).
#
#
# # NOTE: the /versions endpoint is useful to other services (such as falcoctl)
# to retrieve info about a running Falco instance. Make sure the webserver is
# enabled if you're using falcoctl either locally or with Kubernetes.
#
#
# The following options control the behavior of that webserver (enabled by default).
#
# The ssl_certificate is a combination SSL Certificate and corresponding
@ -409,7 +409,7 @@ http_output:
user_agent: "falcosecurity/falco"
# Tell Falco to not verify the remote server.
insecure: false
# Path to the CA certificate that can verify the remote server.
# Path to the CA certificate that can verify the remote server.
ca_cert: ""
# Path to a specific file that will be used as the CA certificate store.
ca_bundle: ""
@ -564,4 +564,4 @@ metadata_download:
#
base_syscalls:
custom_set: []
repair: false
repair: false