SysbeeTech / kubedeploy

Kubedeploy
https://kubedeploy.app/
Apache License 2.0
5 stars 2 forks source link

Missing values.schema.json for HELM 3 Validation #44

Open AssafKatz3 opened 3 months ago

AssafKatz3 commented 3 months ago

Hi there,

HELM 3 utilizes a values.schema.json file to define a JSON Schema for the structure of your values.yaml file. This schema helps ensure data integrity and consistency. Unfortunately, it appears that the values.schema.json file is currently missing, preventing full validation of the values.yaml file.

Would it be possible to add the values.schema.json file to enable validation for your HELM 3 deployment?

Thanks,