Skip to content

Commit

Permalink
cleanup(docs): remove extraneous whitespace in falco.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Chan <pocketgamer5000@gmail.com>
  • Loading branch information
happy-dude committed Apr 28, 2023
1 parent 3cc93d3 commit f5cfb31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions falco.yaml
Expand Up @@ -362,11 +362,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
Expand Down Expand Up @@ -410,7 +410,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: ""
Expand Down Expand Up @@ -567,4 +567,4 @@ metadata_download:
#
base_syscalls:
custom_set: []
repair: false
repair: false

0 comments on commit f5cfb31

Please sign in to comment.