Skip to content

Commit

Permalink
Fix CNP
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Apr 8, 2024
1 parent fca86e2 commit 054e0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 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]

### Fixed

- Fix `CiliumNetworkPolicy` to allow cluster and world access (opsgenie)

## [0.0.1] - 2024-04-08

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ spec:
{{- include "labels.selector" . | nindent 6 }}
egress:
- toEntities:
- kube-apiserver
- kube-apiserver
- cluster # Allow dns traffic
- world # Allow access to cloud
ingress:
- fromEntities:
- cluster

0 comments on commit 054e0b6

Please sign in to comment.