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 - name: send-status-webhook
container: container:
image: curlimages/curl image: alpine:latest
command: ['curl'] command: [echo, "{{workflow.status}}"]
args:
- '-v'
- '-X'
- 'POST'
- '-d'
- '{"status":"{{ `{{workflow.status}}` }}"}'
- 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb'

Loading…
Cancel
Save