mirror of https://github.com/helm/helm
parent
012b0f7c3e
commit
932663bd5f
@ -0,0 +1,4 @@
|
|||||||
|
name: badvaluesfile
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
version: 0.0.1
|
||||||
|
home: ""
|
@ -0,0 +1,2 @@
|
|||||||
|
metadata:
|
||||||
|
name: {{.name | default "foo" | title}}
|
@ -0,0 +1,2 @@
|
|||||||
|
# Invalid value for badvaluesfile for testing lint fails with invalid toml format
|
||||||
|
name: "value"
|
Loading…
Reference in new issue