From a7005c21ebe8ac69cc5561e86b95d42565e276e5 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Sun, 29 Mar 2020 09:45:50 -0400 Subject: [PATCH] fix --- helm-socks-frontend/templates/tests/workflow.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index f1358a6..b9a12b9 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -23,15 +23,8 @@ spec: steps: - - name: notify template: send-status-webhook - arguments: - parameters: - - name: status - value: "{{ `{{ workflow.status }}` }}" - name: send-status-webhook - inputs: - parameters: - - name: status container: image: curlimages/curl command: ['curl'] @@ -40,5 +33,5 @@ spec: - '-X' - 'POST' - '-d' - - 'foo' + - '{"status":"{{ `{{ workflow.status }}` }}"}' - 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb'