Skip to content

Commit

Permalink
Use EBPF driver by default (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-z authored Mar 25, 2022
1 parent e438ac1 commit 17e192f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Use `ebpf` driver instead of kernel module by default.

## [0.3.1] - 2022-03-10

### Changed
Expand Down
2 changes: 2 additions & 0 deletions helm/falco-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ falco:
podSecurityPolicy:
create: true
priorityClassName: giantswarm-critical
ebpf:
enabled: true
falco:
grpc:
enabled: true
Expand Down

0 comments on commit 17e192f

Please sign in to comment.