From a3a049ce6a80b0586b6f11367de28273188ee237 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 4 Apr 2024 04:49:20 +0200 Subject: [PATCH] fix cilium for full-distro bundle Signed-off-by: Andrei Kvapil --- packages/core/platform/bundles/full-distro.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/platform/bundles/full-distro.yaml b/packages/core/platform/bundles/full-distro.yaml index a203a1df..51a21dd7 100644 --- a/packages/core/platform/bundles/full-distro.yaml +++ b/packages/core/platform/bundles/full-distro.yaml @@ -17,6 +17,8 @@ releases: configMap: "" enableIPv4Masquerade: true enableIdentityMark: true + ipv4NativeRoutingCIDR: "{{ index $cozyConfig.data "ipv4-pod-cidr" }}" + autoDirectNodeRoutes: true - name: fluxcd releaseName: fluxcd