al_helm_binary
Categories:
al_helm_binary
load("@com_alwaldend_src//bzl/rules/helm:al_helm_binary.bzl", "al_helm_binary")
al_helm_binary(name, arguments, cd, chart)
Helm binary
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| arguments | Helm arguments | List of strings | optional | [] |
| cd | Cd to a directory before running bazel | String | optional | "" |
| chart | Helm chart | Label | optional | None |