Browse Source

updating curl

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

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

@ -32,9 +32,10 @@ spec:
- name: status - name: status
container: container:
image: appropriate/curl image: appropriate/curl
command: ['curl'] command:
args: - 'curl'
- '-vX POST' - '-v'
- '-X POST'
- '-H "Content-Type: application/json"' - '-H "Content-Type: application/json"'
- '-d foo' - '-d foo'
- 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb' - 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb'

Loading…
Cancel
Save