Skip to content

Commit

Permalink
Enable CiliumNetworkPolicies by default
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Jan 25, 2024
1 parent ac45350 commit 7eda5e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Enable CiliumNetworkPolicies by default.

## [0.7.2] - 2024-01-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/falco/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ciliumNetworkPolicy:
enabled: false
enabled: true

global:
podSecurityStandards:
Expand Down

0 comments on commit 7eda5e0

Please sign in to comment.