mirror of https://github.com/helm/helm
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com> Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>pull/8840/head
parent
e28b0815dd
commit
0b0c5a9789
@ -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 ':'
|
||||
|
||||
Use --debug flag to render out invalid YAML
|
||||
|
Loading…
Reference in new issue