Skip to content

Commit

Permalink
Stop setting *Policies.remove=true in cilium-app (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopiczko authored Jun 24, 2024
1 parent ae43a6e commit 3bca124
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Stop setting `defaultPolicies.enabled=true` in `cilium-app` when `internal.ciliumNetworkPolicy.enabled=true` after all clusters are migrated.
- Stop setting `extraPolicies.remove=true` in `cilium-app` after all clusters are migrated.

## [0.53.1] - 2024-06-09

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,3 @@ spec:
effect: "NoSchedule"
operator: "Equal"
value: "true"
{{- if not .Values.internal.ciliumNetworkPolicy.enabled }}
defaultPolicies:
enabled: true
tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
- key: CriticalAddonsOnly
operator: Exists
{{- end }}
extraPolicies:
remove: true
allowEgressToCoreDNS:
enabled: false

0 comments on commit 3bca124

Please sign in to comment.