From fb997d16f0374774f0bc916921fd4b1f8a2aca68 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 28 Sep 2023 02:13:03 +0200
Subject: [PATCH] fix(crowdsec): Fix ingress-nginx pod name

---
 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 e01bd2c21..b6fd988d4 100644
--- a/apps/base/crowdsec/release.yaml
+++ b/apps/base/crowdsec/release.yaml
@@ -67,7 +67,7 @@ data:
         # The namespace where the pod is located
         - namespace: nginx-system
           # The pod name
-          podName: ingress-nginx-controller-*
+          podName: nginx-ingress-ingress-nginx-controller-*
           # as in crowdsec configuration, we need to specify the program name so the parser will match and parse logs
           program: nginx
       # Those are ENV variables
-- 
GitLab