Skip to content

Commit 0aa115c

Browse files
committed
docs: adds more info on hooks
Signed-off-by: José Carlos Chávez <[email protected]>
1 parent 1512c8f commit 0aa115c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/falco/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ collectors:
399399
withSize: false
400400
# -- hooks specify the hooks that will be used to collect metadata from the container engine.
401401
# The available hooks are: create, start.
402+
# Some fields might not be available in create hook, but we are guaranteed that it gets triggered before first process gets started.
402403
hooks: ["create"]
403404
# -- engines specify the container engines that will be used to collect metadata.
404405
# See https://github.com/falcosecurity/plugins/blob/main/plugins/container/README.md#configuration
@@ -544,7 +545,7 @@ falcoctl:
544545
# -- The image tag to pull.
545546
tag: "0.11.4"
546547
artifact:
547-
# -- Runs "falcoctl artifact install" command as an init container. It is used to install artfacts before
548+
# -- Runs "falcoctl artifact install" command as an init container. It is used to install artifacts before
548549
# Falco starts. It provides them to Falco by using an emptyDir volume.
549550
install:
550551
enabled: true
@@ -591,7 +592,7 @@ falcoctl:
591592
# -- Configuration used by the artifact commands.
592593
artifact:
593594
# -- List of artifact types that falcoctl will handle. If the configured refs resolves to an artifact whose type is not contained
594-
# in the list it will refuse to downloade and install that artifact.
595+
# in the list it will refuse to download and install that artifact.
595596
allowedTypes:
596597
- rulesfile
597598
- plugin

0 commit comments

Comments
 (0)