Browse Source

updating char

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

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

@ -37,8 +37,9 @@ spec:
- "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