helm_add_values
Add or merge YAML values into a Helm chart's values.yaml to customize deployments for any target environment.
Instructions
Add or merge values into a Helm chart values.yaml
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | YAML string of values to add or merge | |
| api_key | No | API key for authentication | |
| chart_name | Yes | Name of the Helm chart | |
| environment | No | Target environment (e.g. staging, production) |