mirror of https://github.com/helm/helm
Merge pull request #12382 from edbmiller/ed-dot-miller/parse-chartfile-yaml-strictly
fix(pkg/lint): unmarshals Chart.yaml strictlypull/30781/head
commit
8255300280
@ -0,0 +1,6 @@
|
||||
name: some-chart
|
||||
apiVersion: v2
|
||||
apiVersion: v1
|
||||
description: A Helm chart for Kubernetes
|
||||
version: 1.3.0
|
||||
icon: http://example.com
|
Loading…
Reference in new issue