mirror of https://github.com/helm/helm
Signed-off-by: Artem Mikhalitsin <artemmikhalitsin@gmail.com>pull/8699/head
parent
1ec0aacb88
commit
70b45a8a90
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
# Source: chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml
|
# Source: chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml
|
||||||
apiVersion: v1
|
1 apiVersion: v1
|
||||||
kind: Pod
|
2 kind: Pod
|
||||||
metadata:
|
3 metadata:
|
||||||
name: "release-name-my-alpine"
|
4 name: "release-name-my-alpine"
|
||||||
spec:
|
5 spec:
|
||||||
containers:
|
6 containers:
|
||||||
- name: waiter
|
7 - name: waiter
|
||||||
image: "alpine:3.9"
|
8 image: "alpine:3.9"
|
||||||
command: ["/bin/sleep","9000"]
|
9 command: ["/bin/sleep","9000"]
|
||||||
invalid
|
10 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 ':'
|
||||||
|
Loading…
Reference in new issue