From 44071a175723d8860c51faea601273b2bdb05ba6 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Fri, 27 Mar 2020 19:58:30 -0400 Subject: [PATCH] updating char --- helm-socks-frontend/templates/tests/workflow.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index 21f933f..4a8bd0d 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/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