From f23dc1ca487e704e010f49291d937f5f7c2cbf3f Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 31 Oct 2023 22:59:29 +0530 Subject: [PATCH] cryptnono: Fix indent to disable execwhacker A good reminder to setup the values schema on cryptnono! --- mybinder/values.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mybinder/values.yaml b/mybinder/values.yaml index 431dcc9d3..b5027506e 100644 --- a/mybinder/values.yaml +++ b/mybinder/values.yaml @@ -1,10 +1,11 @@ # values ref: https://github.com/yuvipanda/cryptnono/blob/main/cryptnono/values.yaml cryptnono: enabled: true - execwhacker: - # Temporarily disable execwhacker until https://github.com/jupyterhub/mybinder.org-deploy/issues/2795 - # is sorted - enabled: false + detectors: + execwhacker: + # Temporarily disable execwhacker until https://github.com/jupyterhub/mybinder.org-deploy/issues/2795 + # is sorted + enabled: false imagePullSecrets: