Skip to content

Commit 81eaefe

Browse files
committed
Add tcpflowkiler.dockerHostPath config
1 parent 3eda610 commit 81eaefe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

mybinder/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
cryptnono:
22
enabled: true
33
detectors:
4+
# execwhacker and flowkiller need access to containerd, and docker on build hosts,
5+
# to lookup the container.
6+
# Override containerdHostPath if K8s uses a different path for containerd
47
tcpflowkiller:
58
enabled: true
69
config:
710
FlowKiller:
811
banned_ipv4_file_globs:
912
- "/ban-config/*.txt"
13+
containerdHostPath: /run/containerd/containerd.sock
14+
dockerHostPath: /run/dind/docker.sock
1015
execwhacker:
1116
metrics:
1217
enabled: true
13-
# execwhacker needs access to containerd, and docker on build hosts, to lookup the container.
14-
# Override if K8s uses a different path for containerd
1518
containerdHostPath: /run/containerd/containerd.sock
1619
dockerHostPath: /run/dind/docker.sock
1720

0 commit comments

Comments
 (0)