From 081530efc72f9799e67e3f802d6b5cca54ace995 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 28 Sep 2023 03:05:03 +0200
Subject: [PATCH] fix(crowdsec): Use space instead of comma as separator

---
 apps/base/crowdsec/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/crowdsec/release.yaml b/apps/base/crowdsec/release.yaml
index cc32d66dd..7f7d631f9 100644
--- a/apps/base/crowdsec/release.yaml
+++ b/apps/base/crowdsec/release.yaml
@@ -84,7 +84,7 @@ data:
         value: "true"
       # As we are running Nginx, we want to install the Nginx collection
       - name: COLLECTIONS
-        value: "crowdsecurity/nginx,LePresidente/jellyfin"
+        value: "crowdsecurity/nginx LePresidente/jellyfin"
     lapi:
       metrics:
         enabled: true
-- 
GitLab