github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/chart-with-template-with-invalid-yaml/templates/alpine-pod.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: "{{.Release.Name}}-{{.Values.Name}}"
     5  spec:
     6    containers:
     7    - name: waiter
     8      image: "alpine:3.9"
     9      command: ["/bin/sleep","9000"]
    10  invalid