Skip to content

Commit

Permalink
chore(deployment): run with --loop when using k8s deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Apr 22, 2020
1 parent d19b583 commit 5ca278e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/event-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
containers:
- name: falco-event-generator
image: falcosecurity/event-generator
command: ["./event-generator", "run"]
command: ["./event-generator", "run", "--loop"]
imagePullPolicy: Always

0 comments on commit 5ca278e

Please sign in to comment.