Open kormide opened 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.
values.yaml
values.schema.json
helm_lint_test
See https://helm.sh/docs/topics/charts/#the-chart-file-structure.
The solution to this may be related to https://github.com/abrisco/rules_helm/issues/74.
Helm lint supports validating the
values.yaml
file with avalues.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 inhelm_lint_test
.See https://helm.sh/docs/topics/charts/#the-chart-file-structure.