Skip to content

Commit

Permalink
update(falco): disable k8s-metacollector by default
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku committed Jan 12, 2024
1 parent 47546db commit b03be0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/falco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ collectors:
# https://github.com/falcosecurity/charts/tree/master/charts/k8s-metacollector
# When this option is disabled, Falco falls back to the container annotations to grab the metadata.
# In such a case, only the ID, name, namespace, labels of the pod will be available.
enabled: true
enabled: false
# --pluginRef is the OCI reference for the k8smeta plugin. It could be a full reference such as:
# "ghcr.io/falcosecurity/plugins/plugin/k8smeta:0.1.0". Or just name + tag: k8smeta:0.1.0.
pluginRef: "ghcr.io/falcosecurity/plugins/plugin/k8smeta:0.1.0-alpha"
Expand Down

0 comments on commit b03be0f

Please sign in to comment.