From 5977f708bd47b1434ff922212a56a1ae8b0d6393 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Thu, 16 Jan 2025 08:51:34 +0100 Subject: [PATCH] chore: update plugins_hostinfo description with a link to the chart template. Signed-off-by: Federico Di Pierro --- falco.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/falco.yaml b/falco.yaml index 80e84cbb..5cad306b 100644 --- a/falco.yaml +++ b/falco.yaml @@ -485,7 +485,8 @@ plugins: # Uncomment to disable host info support for source plugins # that DO NOT generate raw events from the libscap event table # or for plugins that DO NOT parse raw events generated by drivers, -# effectively dropping the `hostPath` volume requirement for them. +# effectively dropping the `proc-fs` hostPath volume requirement for them: +# https://github.com/falcosecurity/charts/blob/master/charts/falco/templates/pod-template.tpl#L302 # plugins_hostinfo: false ##########################