Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helm: remove bpf.masquerade autodetection logic
The current logic is supposed to automatically enable BPF masquerade when KPR is enabled, and IPv6 is not enabled. However, it looks like it is broken since 9ddd6d8 ("install: Do not use individual HelmOpts"), because we iterate on a map of maps containing the rendered values, but attempt to match the values against --set strings. Instead of fixing it, let's just remove this logic altogether for the sake of simplicity. Additionally, it is potentially fragile, and may lead to surprises to users (as well as in CI) given the difference with respect to the default Cilium's values, and a plain helm install. Signed-off-by: Marco Iorio <[email protected]>
- Loading branch information