newlines, init readme

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
pull/6000/head
Josh Dolitsky 6 years ago
parent 043c146db5
commit 9bc18491fb

@ -0,0 +1,3 @@
# Helm Acceptance Tests
TODO

@ -32,5 +32,4 @@ spec:
command: command:
- sh - sh
- "-c" - "-c"
- "echo bar | grep bar" - "echo bar | grep {{ if .Values.breakme }}foo{{ else }}bar{{ end }}"

@ -10,4 +10,4 @@ spec:
requests: requests:
storage: 8Gi storage: 8Gi
# Change this to a non-existent name to force it to never provision # Change this to a non-existent name to force it to never provision
storageClassName: standard storageClassName: standard

@ -29,4 +29,4 @@ spec:
command: command:
- sh - sh
- "-c" - "-c"
- "echo bar | grep bar" - "echo bar | grep {{ if .Values.breakme }}foo{{ else }}bar{{ end }}"

Loading…
Cancel
Save