rules_helm
rules_helm copied to clipboard
Support values json schema validation
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.