You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: