Skip to content

Commit

Permalink
Add warning about typer error
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Apr 18, 2024
1 parent 0f50d19 commit 1aee20a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1aee20a

Please sign in to comment.