helm_toolchain rule.
Rules
helm_toolchain
load("@rules_helm//helm:helm_toolchain.bzl", "helm_toolchain")
helm_toolchain(name, helm, plugins)
A helm toolchain.
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| helm | A helm binary | Label | required | |
| plugins | Additional plugins to make available to helm. | List of labels | optional | [] |