Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

values.yaml from Helm dependencies are not configurable #990

Open
Timoses opened this issue Jun 24, 2019 · 1 comment
Open

values.yaml from Helm dependencies are not configurable #990

Timoses opened this issue Jun 24, 2019 · 1 comment

Comments

@Timoses
Copy link

Timoses commented Jun 24, 2019

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.

@k0da
Copy link

k0da commented Aug 16, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants