Skip to content

Commit

Permalink
Add world to Cilium Network Policy toEntities (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Jan 4, 2024
1 parent 8880ab7 commit 84f75ab
Show file tree
Hide file tree
Showing 3 changed files with 6 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]

### Changed

- Updated cilium network policy for tbot and teleport-operator

## [0.8.3] - 2024-01-04

### Added
Expand Down
1 change: 1 addition & 0 deletions helm/teleport-operator/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
egress:
- toEntities:
- kube-apiserver
- world
ingress:
- toPorts:
- port: "8080"
Expand Down
1 change: 1 addition & 0 deletions helm/teleport-operator/templates/tbot-networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
egress:
- toEntities:
- kube-apiserver
- world
ingress:
- toPorts:
- port: "8080"
Expand Down

0 comments on commit 84f75ab

Please sign in to comment.