abrisco / rules_helm

Bazel rules for producing Helm charts
MIT License
24 stars 13 forks source link

Support values json schema validation #77

Open kormide opened 6 months ago

kormide commented 6 months ago

Helm lint supports validating the values.yaml file with a values.schema.json file, but rules_helm doesn't currently provide way to include this file in the helm chart. The result is that it's not validated in helm_lint_test.

See https://helm.sh/docs/topics/charts/#the-chart-file-structure.

kormide commented 6 months ago

The solution to this may be related to https://github.com/abrisco/rules_helm/issues/74.