#11375 fix broken tests due to change in output

Signed-off-by: Nayana Hettiarachchi <nayanah@gmail.com>
pull/11358/head
Nayana Hettiarachchi 3 years ago
parent baabc99809
commit dcdcb5a46f

@ -10,4 +10,14 @@ spec:
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 contents:
apiVersion: v1
kind: Pod
metadata:
name: "release-name-my-alpine"
spec:
containers:
- name: waiter
image: "alpine:3.9"
command: ["/bin/sleep","9000"]
invalid: error converting YAML to JSON: yaml: line 11: could not find expected ':'

@ -1,3 +1,13 @@
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 contents:
apiVersion: v1
kind: Pod
metadata:
name: "release-name-my-alpine"
spec:
containers:
- name: waiter
image: "alpine:3.9"
command: ["/bin/sleep","9000"]
invalid: error converting YAML to JSON: yaml: line 11: could not find expected ':'
Use --debug flag to render out invalid YAML

Loading…
Cancel
Save