rules_helm icon indicating copy to clipboard operation
rules_helm copied to clipboard

Support values json schema validation

Open kormide opened this issue 9 months ago • 1 comments

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 avatar May 07 '24 23:05 kormide