helm_lint rules.

Rules

Aspects

helm_lint_test

load("@rules_helm//helm:helm_lint.bzl", "helm_lint_test")

helm_lint_test(name, chart, opts, substitutions, values)

A rule for performing helm lint on a helm package

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
chartThe helm package to run linting on.Labelrequired
optsAdditional arguments to pass to helm lint.List of stringsoptional[]
substitutionsA dictionary of substitutions passed to `helm lint --set flag.Dictionary: String -> Stringoptional{}
valuesA list of files passed to `helm lint --values flag.List of labelsoptional[]

helm_lint_aspect

load("@rules_helm//helm:helm_lint.bzl", "helm_lint_aspect")

helm_lint_aspect()

An aspect for running helm lint on helm package targets

ASPECT ATTRIBUTES

ATTRIBUTES