mirror of https://github.com/helm/helm
When "helm lint" is run, it now errors on invalid chartfiles, e.g. those with duplicate keys Closes #12381 Signed-off-by: Edward Miller <edmiller287@gmail.com>pull/12382/head
parent
7571f77163
commit
00f8561ad4
@ -0,0 +1,5 @@
|
|||||||
|
name: some-chart
|
||||||
|
apiVersion: v2
|
||||||
|
apiVersion: v1
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
version: 1.3.0
|
Loading…
Reference in new issue