From 8b0ed726c796d99cd20dd5ff8eff5339e6562612 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Mon, 1 Aug 2022 15:43:45 +0100 Subject: [PATCH] Properly escape backslash in unsername_pattern --- config/clusters/2i2c/binder-staging.values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/clusters/2i2c/binder-staging.values.yaml b/config/clusters/2i2c/binder-staging.values.yaml index 99a4a5ff40..f56f3bcf62 100644 --- a/config/clusters/2i2c/binder-staging.values.yaml +++ b/config/clusters/2i2c/binder-staging.values.yaml @@ -26,7 +26,7 @@ binderhub: - http://google.com/accounts/o8/id: username_derivation: username_claim: "email" - username_pattern: "^(.+@2i2c\.org|deployment-service-check)$" + username_pattern: "^(.+@2i2c\\.org|deployment-service-check)$" singleuser: cmd: jupyterhub-singleuser initContainers: