From 4ff804231cc629143d805f1b2feb4a7b079a81bb Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Thu, 9 Aug 2018 17:58:36 +0200 Subject: [PATCH 1/2] Fix typo: externaly -> externally --- jupyterhub/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/schema.yaml b/jupyterhub/schema.yaml index a83fbfaecd..dfe027c15b 100644 --- a/jupyterhub/schema.yaml +++ b/jupyterhub/schema.yaml @@ -99,7 +99,7 @@ properties: 3. **mysql** - Use an externaly hosted mysql database. + Use an externally hosted mysql database. You have to specify an sqlalchemy connection string for the mysql database you want to connect to in `hub.db.url` if using this option. @@ -116,7 +116,7 @@ properties: 4. **postgres** - Use an externaly hosted postgres database. + Use an externally hosted postgres database. You have to specify an sqlalchemy connection string for the postgres database you want to connect to in `hub.db.url` if using this option. From e60a3837f8780c68a7b78d017751469f085534ec Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Thu, 9 Aug 2018 17:59:18 +0200 Subject: [PATCH 2/2] Fix typo: secert -> secret --- jupyterhub/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/schema.yaml b/jupyterhub/schema.yaml index dfe027c15b..5330b0f3e5 100644 --- a/jupyterhub/schema.yaml +++ b/jupyterhub/schema.yaml @@ -319,7 +319,7 @@ properties: imagePullSecret: type: object description: | - Create a custom image pull secert used for spawned users. + Create a custom image pull secret used for spawned users. This secret is created in the same namespace as your jupyterhub deployment and will be used to pull your single user image. properties: