helm_lint_test(name, chart)
Test rule to verify that a helm chart is well-formed.
To load the rule use:
load("//helm:defs.bzl", "helm_lint_test")
It uses helm lint
command to perform the linting.
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
chart | The chart to lint. It could be either a reference to a helm_chart rule that produces an archived chart as a default output or a reference to an archived chart. |
Label | required |