mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
The ordering should be:
1. User specified values (e.g CLI)
2. Parent chart values
3. Imported values
4. Sub-chart values
This enables parnet charts to import large set of values from a
child and then override select values.
This change is needed for backwards compatibility.
Fixes #12460
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| dependent-chart-alias | ||
| dependent-chart-helmignore | ||
| dependent-chart-no-requirements-yaml | ||
| dependent-chart-with-all-in-requirements-yaml | ||
| dependent-chart-with-mixed-requirements-yaml | ||
| frobnitz | ||
| import-values-from-enabled-subchart/parent-chart | ||
| joonix | ||
| subpop | ||
| three-level-dependent-chart | ||
| chartfiletest.yaml | ||
| coleridge.yaml | ||
| frobnitz-1.2.3.tgz | ||
| frobnitz_backslash-1.2.3.tgz | ||
| genfrob.sh | ||
| test-values-invalid.schema.json | ||
| test-values-negative.yaml | ||
| test-values.schema.json | ||
| test-values.yaml | ||