diff --git a/charts/jupyter-hub-customizations/templates/configmap_values.yaml b/charts/jupyter-hub-customizations/templates/configmap_values.yaml
index 1512002e47644ba82a403458604c086a8705f4d5..55b8c47a9dccd21b59abb6dfbe28b87b98eae579 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