From aa805e60a1c1ce809da03bd7f9217c2533ba2e10 Mon Sep 17 00:00:00 2001 From: Ines Ouled Elhaj <i.ouled.elhaj@fz-juelich.de> Date: Fri, 21 Feb 2025 13:35:24 +0100 Subject: [PATCH] fix blocklist path --- .../jupyter-hub-customizations/templates/configmap_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jupyter-hub-customizations/templates/configmap_values.yaml b/charts/jupyter-hub-customizations/templates/configmap_values.yaml index 1512002..55b8c47 100644 --- a/charts/jupyter-hub-customizations/templates/configmap_values.yaml +++ b/charts/jupyter-hub-customizations/templates/configmap_values.yaml @@ -144,7 +144,7 @@ data: name: {{ .Values.oauthSecret }} key: client_secret - name: BLOCKLIST_PATH - value: "/mnt/shared-data/blocklist/authenticator-blocklist/blocked_users.json" + value: "/mnt/shared-data/blocklist/blocked_users.json" extraVolumeMounts: - name: shared-data mountPath: /mnt/shared-data -- GitLab