ship
ship copied to clipboard
values.yaml from Helm dependencies are not configurable
Expected behavior
The contents of values.yaml files from helm dependencies (specified in requirements.yaml) should be configurable in Step 2.
Actual behavior
Only the values.yaml from the chart's root directory is configurable in Step 2.
Information
- Ship version: 0.44.0
- Docker version: n/a
- Command line run: n/a
Example
Istio Helm chart depends on various charts which can be found in the charts/ directory. Each chart in the charts/ has its own values.yaml file which is not configurable via ship init or ship edit.
As workaround I do: kiali: enabled: true hub: foo.bar tag: 123
It would be nice though if dependent chart values are merged with parent one