From 1aee20ac679b94b4746f47d92c0b3d951aec68df Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Thu, 18 Apr 2024 16:53:31 +0300 Subject: [PATCH] Add warning about typer error --- .../hub-deployment-guide/runbooks/phase3/initial-hub-setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md b/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md index ae6279557..3dface535 100644 --- a/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md +++ b/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md @@ -119,6 +119,10 @@ All of the following steps must be followed in order to consider phase 3.1 compl deployer generate hub-asset common-values-file --admin-users admin1 --admin-users admin2 ``` + ```{warning} + If the admin users list is not passed independently as arguments and is instead left to be passed via de prompt with all the other args, then the following error is raised no matter the value passed: `Error: Value must be an iterable.`. + ``` + ```{tip} Each `*.values.yaml` file is a Helm chart configuration file (`basehub`, or `daskhub`), and you can also configure their chart dependencies (`jupyterhub`, `dask-gateway`, etc).