From 608cbd64b896137f677ee4c05a490f11cf1caac4 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 7 Nov 2024 15:37:58 +0000 Subject: [PATCH] Replace NullAuthenticator with `null` --- helm-chart/binderhub/values.yaml | 2 +- tools/templates/lint-and-validate-values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/binderhub/values.yaml b/helm-chart/binderhub/values.yaml index e11c7237e..bd1f4c6dd 100644 --- a/helm-chart/binderhub/values.yaml +++ b/helm-chart/binderhub/values.yaml @@ -72,7 +72,7 @@ jupyterhub: hub: config: JupyterHub: - authenticator_class: nullauthenticator.NullAuthenticator + authenticator_class: "null" BinderSpawner: auth_enabled: false loadRoles: diff --git a/tools/templates/lint-and-validate-values.yaml b/tools/templates/lint-and-validate-values.yaml index 4b2d0ea15..92af3d540 100644 --- a/tools/templates/lint-and-validate-values.yaml +++ b/tools/templates/lint-and-validate-values.yaml @@ -56,7 +56,7 @@ jupyterhub: hub: config: JupyterHub: - authenticator_class: nullauthenticator.NullAuthenticator + authenticator_class: "null" extraConfig: hub-test-config: | dummy jupyterhub python code...