From f0c9bc813b2a249e3f6b543c688c477916e1f1c7 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Wed, 19 Feb 2025 13:56:07 +0100 Subject: [PATCH] liniting --- .../templates/configmap_custom.yaml | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml index deb29eb..2600c15 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: -- GitLab