mirror of
https://github.com/helm/helm.git
synced 2026-05-04 17:26:40 -04:00
13 lines
416 B
Text
13 lines
416 B
Text
---
|
|
# 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 ':'
|