### Summary Enable users to customize the Cilium installation by merging a custom values.yaml file with the default installation parameters. ### Use Case Streamline the process of using Cilium as a replacement for kube-proxy. **Current Behavior** The kube-proxy can be disabled by passing the `--disable-kube-proxy` flag via `control_plane_k3s_init_additional_options`. Enabling Cilium as a kube-proxy replacement is currently handled after Terraform completes, requiring additional manual steps.