From a9a75533af9302ed69b4513ddb97c0b0deafa6e6 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Fri, 31 May 2024 12:20:57 -0700 Subject: [PATCH] set kernelModule.enabled default value to false in support for this PR --- helm-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 3c8ae4fdc..c921976e7 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -87,7 +87,7 @@ tap: ipv6: true debug: false kernelModule: - enabled: true + enabled: false image: kubeshark/pf-ring-module:all unloadOnDestroy: false telemetry: