File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ collectors:
412412 withSize : false
413413 # -- hooks specify the hooks that will be used to collect metadata from the container engine.
414414 # The available hooks are: create, start.
415+ # Some fields might not be available in create hook, but we are guaranteed that it gets triggered before first process gets started.
415416 hooks : ["create"]
416417 # -- engines specify the container engines that will be used to collect metadata.
417418 # See https://github.com/falcosecurity/plugins/blob/main/plugins/container/README.md#configuration
@@ -557,7 +558,7 @@ falcoctl:
557558 # -- The image tag to pull.
558559 tag : " 0.11.4"
559560 artifact :
560- # -- Runs "falcoctl artifact install" command as an init container. It is used to install artfacts before
561+ # -- Runs "falcoctl artifact install" command as an init container. It is used to install artifacts before
561562 # Falco starts. It provides them to Falco by using an emptyDir volume.
562563 install :
563564 enabled : true
@@ -604,7 +605,7 @@ falcoctl:
604605 # -- Configuration used by the artifact commands.
605606 artifact :
606607 # -- List of artifact types that falcoctl will handle. If the configured refs resolves to an artifact whose type is not contained
607- # in the list it will refuse to downloade and install that artifact.
608+ # in the list it will refuse to download and install that artifact.
608609 allowedTypes :
609610 - rulesfile
610611 - plugin
You can’t perform that action at this time.
0 commit comments