diff --git a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
index deb29eb3ec88646c8aec489677e46f6a3c4fc15c..2600c1508022774fa6e553f4f2e4c52a4f0ec46a 100644
--- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
+++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
@@ -965,28 +965,6 @@ data:
       {}
       {{- end }}
     hostname: {{ .Values.global.hostname }}
-    {{- if or
-      .Values.customConfig.binderRepos.repos
-      .Values.customConfig.binderRepos.notebookTypes
-    }}
-    binderRepos:
-      {{- if .Values.customConfig.binderRepos.repos }}
-      repos:
-        {{- toYaml .Values.customConfig.binderRepos.repos | nindent 8 }}
-      {{- end }}
-      {{- if .Values.customConfig.binderRepos.notebookTypes }}
-      notebookTypes:
-        {{- toYaml .Values.customConfig.binderRepos.notebookTypes | nindent 8 }}
-      {{- end }}
-    {{- else }}
-    binderRepos: {}
-    {{- end }}
-    {{- if .Values.customConfig.share }}
-    share:
-      {{- with .Values.customConfig.share }}
-        {{- toYaml . | nindent 6 }}
-      {{- end }}
-    {{- end }}
     userModules:
       extensions:
         collaboration: