From 083221b49b10dadc03a83953974bc01c86024699 Mon Sep 17 00:00:00 2001 From: Raphael Campos Date: Thu, 2 May 2024 15:13:21 -0500 Subject: [PATCH] chore(docs): fix helm field in kubernets doc --- docs/docs/install/config/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/install/config/kubernetes.md b/docs/docs/install/config/kubernetes.md index 6ac870458c24..3fc3a166f9e7 100644 --- a/docs/docs/install/config/kubernetes.md +++ b/docs/docs/install/config/kubernetes.md @@ -41,7 +41,7 @@ You can customize specific options with the helm installation: ``` helm install tracee aqua/tracee \ --namespace tracee --create-namespace \ - --set config.blobPerfEventSize=1024 + --set config.blobPerfBufferSize=1024 ``` or after installation: @@ -49,7 +49,7 @@ or after installation: ``` helm install tracee aqua/tracee \ --namespace tracee --create-namespace \ - --set config.output[0]=table \ + --set config.output.format=table ``` or to provide a complete config file: