Skip to content

Commit

Permalink
remove default-policies and enable DNS policies (#284)
Browse files Browse the repository at this point in the history
* remove default-policies and enable DNS policies

Signed-off-by: Matias Charriere <[email protected]>

* update changelog

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere authored Apr 16, 2024
1 parent 422f9d9 commit 155e0e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add teleport support to SSH into nodes (disabled by default)
- Enable DNS network policies from network-policies-app.

### Removed

- Remove default network policies from cilium-app.

## [0.16.0] - 2024-04-02

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ spec:
value: "true"
{{- if .Values.internal.ciliumNetworkPolicy.enabled }}
defaultPolicies:
enabled: true
remove: true
enabled: false
tolerations:
- effect: NoSchedule
operator: Exists
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ spec:
retries: 30
# Default values
# https://github.com/giantswarm/network-policies-app/blob/main/helm/network-policies-app/values.yaml
# values:
values:
allowEgressToDNS:
enabled: true
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
Expand Down

0 comments on commit 155e0e1

Please sign in to comment.