Skip to content

Commit

Permalink
fix(tests): enable grpc output in falco deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
  • Loading branch information
alacuku authored and poiana committed Feb 6, 2024
1 parent 05112ae commit d8850d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/falco-test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ falco:
init_config: ""
# Plugins that Falco will load. Note: the same plugins are installed by the falcoctl-artifact-install init container.
load_plugins: [k8saudit, json]

grpc:
enabled: true
grpc_output:
enabled: true

0 comments on commit d8850d6

Please sign in to comment.