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()
|
.required()
|
||||||
.unknown(true),
|
.unknown(true),
|
||||||
name: Joi
|
name: Joi
|
||||||
.string()
|
.string(),
|
||||||
.required(),
|
|
||||||
namespace: Joi
|
namespace: Joi
|
||||||
.string()
|
.string()
|
||||||
.required(),
|
.required(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user