From ed5b1c900cd96d6cbdf361c9ff7249931ffcc9c4 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Sun, 29 Mar 2020 08:46:25 -0400 Subject: [PATCH] updating curl --- 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 72af19e..7a95684 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -32,9 +32,10 @@ spec: - name: status container: image: appropriate/curl - command: ['curl'] - args: - - '-vX POST' + command: + - 'curl' + - '-v' + - '-X POST' - '-H "Content-Type: application/json"' - '-d foo' - 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb'