Skip to content

Commit

Permalink
chore(docs): fix helm field in kubernets doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rscampos committed May 2, 2024
1 parent 99bc47e commit 083221b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/install/config/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ 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:

```
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:
Expand Down

0 comments on commit 083221b

Please sign in to comment.