Browse Source

updating workflow template

pull/45/head
Petti, Ken 5 years ago
parent
commit
c7cd79e31e
  1. 8
      helm-socks-frontend/templates/tests/workflow.yaml

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

@ -13,10 +13,8 @@ spec:
container: container:
image: appropriate/curl image: appropriate/curl
command: command:
- "curl" - |-
- "-X" curl -X GET helm-socks-frontend-int
- "GET"
- "sock-shop-front-end-helm-socks-frontend-int"
- name: exit-handler - name: exit-handler
steps: steps:
@ -40,6 +38,6 @@ spec:
- "" - ""
- |- - |-
curl -X POST -H "Content-Type: application/json" curl -X POST -H "Content-Type: application/json"
-d '{"status":"{{ `{{ inputs.parameters.status }}` }}"}' -d {{ `{{ inputs.parameters.status }}` }}
https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb

Loading…
Cancel
Save