diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index f67ec86..36c9bc9 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -13,10 +13,8 @@ spec: container: image: appropriate/curl command: - - "curl" - - "-X" - - "GET" - - "sock-shop-front-end-helm-socks-frontend-int" + - |- + curl -X GET helm-socks-frontend-int - name: exit-handler steps: @@ -40,6 +38,6 @@ spec: - "" - |- curl -X POST -H "Content-Type: application/json" - -d '{"status":"{{ `{{ inputs.parameters.status }}` }}"}' + -d {{ `{{ inputs.parameters.status }}` }} https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb