1
0
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:
Janne Savolainen 2022-07-12 10:53:26 +03:00
parent ede8a2e91f
commit 148968be59
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -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(),