update per pr review

Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
pull/6000/head
Josh Dolitsky 6 years ago
parent 91666a213f
commit 031b2bc60f

@ -88,6 +88,9 @@ Verify --wait flag works as expected
Kubectl.Get services default Kubectl.Get services default
Kubectl.Get persistent volume claims default Kubectl.Get persistent volume claims default
Kubectl.Persistent volume claim is bound default wait-flag-bad-nginx
Kubectl.Return code should not be 0
Kubectl.Pods with prefix are running default wait-flag-bad-nginx-ext- 3 Kubectl.Pods with prefix are running default wait-flag-bad-nginx-ext- 3
Kubectl.Return code should not be 0 Kubectl.Return code should not be 0
Kubectl.Pods with prefix are running default wait-flag-bad-nginx-fluentd-es- 1 Kubectl.Pods with prefix are running default wait-flag-bad-nginx-fluentd-es- 1

@ -73,7 +73,6 @@ spec:
command: command:
- sh - sh
- "-c" - "-c"
- "echo bar | grep {{ if .Values.breakme }}foo{{ else }}bar{{ end }}" - "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: "{{ if .Values.breakme }}nonexistant{{ else }}standard{{ end }}"

Loading…
Cancel
Save