From 6811d37e9d4e17e3c25805a036814432824634c2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 2 Mar 2025 14:03:37 -0600 Subject: [PATCH] fix --- clusters/cl01tl/standalone/cilium/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/standalone/cilium/values.yaml b/clusters/cl01tl/standalone/cilium/values.yaml index ff8efbf22..fe3a882db 100644 --- a/clusters/cl01tl/standalone/cilium/values.yaml +++ b/clusters/cl01tl/standalone/cilium/values.yaml @@ -52,7 +52,7 @@ cilium: enabled: true socketLB: enabled: true - hostNamespaceOnly: truev + hostNamespaceOnly: true hubble: enabled: true metrics: @@ -113,3 +113,5 @@ cilium: autoMount: enabled: false hostRoot: /sys/fs/cgroup + bpf: + masquerade: true