mirror of https://github.com/helm/helm
Co-authored-by: Danilo Patrucco <danilo.patrucco@gmail.com> Signed-off-by: Daniel J. Pritchett <dpritchett@radiusmethod.com>pull/13257/head
parent
c3bf83559e
commit
a61082edde
@ -1,3 +0,0 @@
|
||||
error_lint_ignore=chart metadata is missing these dependencies**
|
||||
rules/testdata/withsubchartlintignore/charts/subchart/templates/subchart.yaml <include "this.is.test.data" .>
|
||||
rules/testdata/withsubchartlintignore/charts/subchart/templates/subchart.yaml unexpected EOF
|
@ -1,16 +0,0 @@
|
||||
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
|
||||
|
@ -1,6 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: subchart
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "1.16.0"
|
@ -1,3 +0,0 @@
|
||||
metadata:
|
||||
name: {{ .Values.subchart.name | lower }}
|
||||
{{- if not (include "this.is.test.data" .) }}
|
@ -1,2 +0,0 @@
|
||||
subchart:
|
||||
name: subchart
|
@ -1,2 +0,0 @@
|
||||
metadata:
|
||||
name: {{ .Values.subchart.name | lower }}
|
Loading…
Reference in new issue