From ce72e8c968c93f3170d0b64e2b4b3580eced2548 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 17 Feb 2021 22:33:39 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Yuvi Panda --- jupyterhub/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/schema.yaml b/jupyterhub/schema.yaml index c516a2bee2..ddfafc2637 100644 --- a/jupyterhub/schema.yaml +++ b/jupyterhub/schema.yaml @@ -893,7 +893,7 @@ properties: maxUnavailable: type: [integer, "null"] description: | - The maximum number of pods required to not be available during + The maximum number of pods that can be unavailable during voluntary disruptions. minAvailable: type: [integer, "null"]