From 54d69a82e6a5c34b076674dd9cf39082bcbe505f Mon Sep 17 00:00:00 2001 From: Thomas Vendetta Date: Thu, 25 Feb 2021 13:15:02 -0500 Subject: [PATCH] Fix kubespawner schema --- jupyterhub/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/schema.yaml b/jupyterhub/schema.yaml index f9b602dd27..f01660fb38 100644 --- a/jupyterhub/schema.yaml +++ b/jupyterhub/schema.yaml @@ -1483,9 +1483,9 @@ properties: for more info. properties: limit: - type: [string, "null"] + type: [number, "null"] guarantee: - type: [string, "null"] + type: [number, "null"] memory: type: object description: |