diff --git a/helm-chart/README.md b/helm-chart/README.md index aa4cc0143..709ca0a17 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -165,7 +165,7 @@ Please refer to [metrics](./metrics.md) documentation for details. | `tap.ingress.annotations` | `Ingress` annotations | `{}` | | `tap.ipv6` | Enable IPv6 support for the front-end | `true` | | `tap.debug` | Enable debug mode | `false` | -| `tap.kernelModule.enabled` | Use PF_RING kernel module([details](PF_RING.md)) | `true` | +| `tap.kernelModule.enabled` | Use PF_RING kernel module([details](PF_RING.md)) | `false` | | `tap.kernelModule.image` | Container image containing PF_RING kernel module with supported kernel version([details](PF_RING.md)) | "kubeshark/pf-ring-module:all" | | `tap.kernelModule.unloadOnDestroy` | Create additional container which watches for pod termination and unloads PF_RING kernel module. | `false`| | `tap.telemetry.enabled` | Enable anonymous usage statistics collection | `true` |