Browse Source

updating workflow template

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

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

@ -13,8 +13,7 @@ spec:
container: container:
image: appropriate/curl image: appropriate/curl
command: command:
- |- - curl -X GET helm-socks-frontend-int
curl -X GET helm-socks-frontend-int
- name: exit-handler - name: exit-handler
steps: steps:
@ -32,10 +31,6 @@ spec:
container: container:
image: appropriate/curl image: appropriate/curl
command: command:
- "curl"
- "-X"
- "POST"
- ""
- |- - |-
curl -X POST -H "Content-Type: application/json" curl -X POST -H "Content-Type: application/json"
-d {{ `{{ inputs.parameters.status }}` }} -d {{ `{{ inputs.parameters.status }}` }}

Loading…
Cancel
Save