helm_plugin rule.
Rules
helm_plugin
load("@rules_helm//helm:helm_plugin.bzl", "helm_plugin")
helm_plugin(name, data, plugin_name, yaml)
Define a helm plugin.
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| data | Additional files associated with the plugin. | List of labels | optional | [] |
| plugin_name | An explicit name for the plugin. If unset, name will be used. | String | optional | "" |
| yaml | The yaml file representing the plugin | Label | required |