Browse Source

updating

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

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

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

Loading…
Cancel
Save