Skip to content

Commit

Permalink
fix(crowdsec): disable inotify
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jan 7, 2025
1 parent d821fb4 commit 2c73b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/apps/network/crowdsec/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c73b32

Please sign in to comment.