Browse Source

exit handler should just echo status

pull/45/head
Josh McDuffie 5 years ago
parent
commit
9cfe96a9f0
  1. 11
      helm-socks-frontend/templates/tests/workflow.yaml

11
helm-socks-frontend/templates/tests/workflow.yaml

@ -26,12 +26,5 @@ spec:
- name: send-status-webhook
container:
image: curlimages/curl
command: ['curl']
args:
- '-v'
- '-X'
- 'POST'
- '-d'
- '{"status":"{{ `{{workflow.status}}` }}"}'
- 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb'
image: alpine:latest
command: [echo, "{{workflow.status}}"]

Loading…
Cancel
Save