From f2bce4ee3d31f3899162767f60dbb002af518981 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 4 Jan 2024 19:03:37 +0000 Subject: [PATCH] Disable cryptnono.detectors.execwhacker.dockerHostPath This is only present on build nodes. Since OVH2 uses separate pools this will fail on user nodes. K8s containerd detection should still work though. --- mybinder/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 4a3337c15..6382c9605 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -6,7 +6,8 @@ cryptnono: metrics: enabled: true containerdHostPath: /run/containerd - dockerHostPath: /run/dind + # TODO: Currently disabled as isn't present on all nodes, only on nodes running builders + # dockerHostPath: /run/dind imagePullSecrets: