github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/output/template-with-invalid-yaml-debug.txt (about)

     1  ---
     2  # Source: chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml
     3  apiVersion: v1
     4  kind: Pod
     5  metadata:
     6    name: "release-name-my-alpine"
     7  spec:
     8    containers:
     9    - name: waiter
    10      image: "alpine:3.9"
    11      command: ["/bin/sleep","9000"]
    12  invalid
    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 ':'