mirror of
https://github.com/helm/helm.git
synced 2026-04-15 21:59:50 -04:00
When running helm lint, import-values for dependencies are ignored, also added test for linting chart with import-values Closes #9658 Signed-off-by: Stuart Drennan <stuart.drennan@gmail.com>
16 lines
314 B
YAML
16 lines
314 B
YAML
apiVersion: v2
|
|
name: withsubchart
|
|
description: A Helm chart for Kubernetes
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "1.16.0"
|
|
icon: http://riverrun.io
|
|
|
|
dependencies:
|
|
- name: subchart
|
|
version: 0.1.16
|
|
repository: "file://../subchart"
|
|
import-values:
|
|
- child: subchart
|
|
parent: subchart
|
|
|