From 648fa332beb7857a8e54c8cbe110a1e223d640cb Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Fri, 27 Mar 2020 20:09:39 -0400 Subject: [PATCH] updating workflow template --- helm-socks-frontend/templates/tests/workflow.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index 36c9bc9..b48e529 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -13,8 +13,7 @@ spec: container: image: appropriate/curl command: - - |- - curl -X GET helm-socks-frontend-int + - curl -X GET helm-socks-frontend-int - name: exit-handler steps: @@ -32,10 +31,6 @@ spec: container: image: appropriate/curl command: - - "curl" - - "-X" - - "POST" - - "" - |- curl -X POST -H "Content-Type: application/json" -d {{ `{{ inputs.parameters.status }}` }}