From 480b3e748dd3f06a0f5f824506a2f6352fcb3e46 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 29 Nov 2025 11:37:20 +0000 Subject: [PATCH] add a few more scenarios in crowdsec [ci skip] --- modules/kubernetes/crowdsec/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/kubernetes/crowdsec/values.yaml b/modules/kubernetes/crowdsec/values.yaml index e569be7a..f644d5f9 100644 --- a/modules/kubernetes/crowdsec/values.yaml +++ b/modules/kubernetes/crowdsec/values.yaml @@ -17,7 +17,10 @@ agent: # value: "true" # As we are running Nginx, we want to install the Nginx collection - name: COLLECTIONS - value: "crowdsecurity/nginx" + value: "crowdsecurity/nginx crowdsecurity/base-http-scenarios crowdsecurity/http-cve" + - name: SCENARIOS + value: "" + # value: "crowdsecurity/http-crawl-aggressive" # Mount custom scenarios into /etc/crowdsec/scenarios extraVolumeMounts: - name: custom-scenarios