ship icon indicating copy to clipboard operation
ship copied to clipboard

values.yaml from Helm dependencies are not configurable

Open Timoses opened this issue 5 years ago • 1 comments

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.

Timoses avatar Jun 24 '19 11:06 Timoses

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

k0da avatar Aug 16 '19 17:08 k0da