mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Relax validator for installing charts
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
ede8a2e91f
commit
148968be59
@ -18,8 +18,7 @@ const installChartArgsValidator = Joi.object<InstallChartArgs, true, InstallChar
|
||||
.required()
|
||||
.unknown(true),
|
||||
name: Joi
|
||||
.string()
|
||||
.required(),
|
||||
.string(),
|
||||
namespace: Joi
|
||||
.string()
|
||||
.required(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user