Skip to content

Commit

Permalink
Remove Cilium deprecated values. (#826)
Browse files Browse the repository at this point in the history
* remove cilium deprecated values

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 Sep 12, 2024
1 parent f9b83d2 commit 844f26b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update cluster chart to v1.3.0.
- Set provider specific configuration for cilium CNI ENI values.

### Removed

- Remove Cilium app deprecated values.

## [2.1.0] - 2024-08-29

### Changed
Expand Down
20 changes: 0 additions & 20 deletions helm/cluster-aws/templates/_cilium_helmrelease_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,4 @@ hubble:
- key: "node.cluster.x-k8s.io/uninitialized"
operator: "Exists"
effect: "NoSchedule"
defaultPolicies:
enabled: false
remove: true

tolerations:
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
- key: CriticalAddonsOnly
operator: Exists
extraPolicies:
remove: true

allowEgressToCoreDNS:
enabled: false
allowEgressToProxy:
enabled: false
httpProxy: {{ $.Values.global.connectivity.proxy.httpProxy | quote }}
httpsProxy: {{ $.Values.global.connectivity.proxy.httpsProxy | quote }}
{{- end }}

0 comments on commit 844f26b

Please sign in to comment.