mirror of https://github.com/helm/helm
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>pull/7556/head
parent
2a73967ca2
commit
a35e124b66
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
# Source: chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: "RELEASE-NAME-my-alpine"
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: waiter
|
||||||
|
image: "alpine:3.9"
|
||||||
|
command: ["/bin/sleep","9000"]
|
||||||
|
invalid
|
||||||
|
Error: YAML parse error on chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml: error converting YAML to JSON: yaml: line 11: could not find expected ':'
|
@ -1,13 +1,3 @@
|
|||||||
---
|
|
||||||
# Source: chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Pod
|
|
||||||
metadata:
|
|
||||||
name: "RELEASE-NAME-my-alpine"
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: waiter
|
|
||||||
image: "alpine:3.9"
|
|
||||||
command: ["/bin/sleep","9000"]
|
|
||||||
invalid
|
|
||||||
Error: YAML parse error on chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml: error converting YAML to JSON: yaml: line 11: could not find expected ':'
|
Error: YAML parse error on chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml: error converting YAML to JSON: yaml: line 11: could not find expected ':'
|
||||||
|
|
||||||
|
Use --debug flag to render out invalid YAML
|
||||||
|
Loading…
Reference in new issue