andreasmoerch/Rudder Action
Render Helm charts with values extracted from YAML files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| values-file | Path to the YAML file containing values | no | — |
| values-selector | Dot-notation path to extract from YAML (e.g., spec.source.helm.valuesObject) | no | — |
| chart-path | Path to the Helm chart directory or chart reference | yes | — |
| release-name | Release name for Helm template rendering | no | release |
| namespace | Kubernetes namespace for template rendering | no | — |
Outputs
| name | description |
|---|---|
| rendered-yaml | The rendered Helm chart YAML output |
| extracted-values | The values extracted from the YAML file |