Skip to content

Commit 63d88da

Browse files
committed
document agents_autodelete in the default suggested configs
1 parent fa7fdbb commit 63d88da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crowdsec-docs/unversioned/getting_started/installation/kubernetes.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ config:
9191
flush:
9292
bouncers_autodelete:
9393
api_key: 1h
94+
agents_autodelete:
95+
login_password: 6h
9496
```
9597
9698
Acquisition is done by reading logs directly from pods. You select which pods to
@@ -124,7 +126,7 @@ For full configuration options, see the default
124126
[values.yaml](/docs/next/configuration/values_parameters)
125127

126128
:::warning
127-
Pay attention to the `bouncers_autodelete` and `unregister_on_exit` parameters, as they help avoid orphaned resources.
129+
Pay attention to the `bouncers_autodelete`, `agents_autodelete` and `unregister_on_exit` parameters, as they help avoid orphaned resources.
128130
:::
129131

130132
Then, you can install the Security Engine with the following command:

0 commit comments

Comments
 (0)