Skip to content

Commit

Permalink
fix Alloy CiliumNetworkPolicy preventing alloy to reach out to pods i…
Browse files Browse the repository at this point in the history
…n the cluster (#127)
  • Loading branch information
TheoBrigitte authored Oct 10, 2024
1 parent cf8639a commit 190e0ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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]

### Fixed

- [Alloy] Fix CiliumNetworkPolicy to allow Alloy to reach out to every pods in the cluster

## [0.7.0] - 2024-10-10

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ networkPolicy:
egress:
- toEntities:
- kube-apiserver
- cluster
- world
- toEndpoints:
- matchLabels:
Expand Down

0 comments on commit 190e0ff

Please sign in to comment.