Skip to content

Commit

Permalink
fix(event-generator): apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
Co-authored-by: Leonardo Grasso <[email protected]>
  • Loading branch information
2 people authored and poiana committed Jul 12, 2022
1 parent c4b7054 commit 4e8c1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event-generator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 4e8c1d9

Please sign in to comment.