From 4e8c1d9761fe9a5f407a57f7c07d8dbd254fdbb3 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Tue, 12 Jul 2022 10:55:29 +0200 Subject: [PATCH] fix(event-generator): apply suggestions from code review Signed-off-by: Aldo Lacuku Co-authored-by: Leonardo Grasso --- event-generator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/event-generator/values.yaml b/event-generator/values.yaml index 613484bdb..c5f0a4b34 100644 --- a/event-generator/values.yaml +++ b/event-generator/values.yaml @@ -53,10 +53,10 @@ config: # For more info see: https://github.com/falcosecurity/event-generator. command: run # -- Regular expression used to select the actions to be run. - actions: "^k8saudit" + actions: "^syscall" # -- Runs in a loop the actions. # If set to "true" the event-generator is deployed using a k8s deployment otherwise a k8s job. - loop: false + loop: true # -- The length of time to wait before running an action. Non-zero values should contain # a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means no sleep. (default 100ms) sleep: ""