diff --git a/kubernetes/apps/network/crowdsec/app/helmrelease.yaml b/kubernetes/apps/network/crowdsec/app/helmrelease.yaml index 7ea9419d2..fa424d3db 100644 --- a/kubernetes/apps/network/crowdsec/app/helmrelease.yaml +++ b/kubernetes/apps/network/crowdsec/app/helmrelease.yaml @@ -39,6 +39,8 @@ spec: podName: nginx-external-controller-* # as in crowdsec configuration, we need to specify the program name so the parser will match and parse logs program: nginx + # since the file is a symlink, we cant use inotify, so we need to use os.stat + poll_without_inotify: true env: - name: DISABLE_crONLINE_API value: "false"