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