From fddb04cf980998883c1f811a974e6e56decaf89f Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Fri, 27 Mar 2020 14:24:59 -0400 Subject: [PATCH] trying to escape --- helm-socks-frontend/templates/tests/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index 8c53c3e..a1e9810 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -26,7 +26,7 @@ spec: value: Succeeded - name: notify template: send-status-webhook - when: ""{{"workflow.status"}}" != Succeeded" + when: "`{{"workflow.status"}}` != Succeeded" arguments: parameters: - name: status @@ -43,6 +43,6 @@ spec: - '-X' - 'POST' - '-H "Content-Type: application/json"' - - '-d "{"status":"{{ inputs.parameters.status }}"}"' + - '-d "{"status":"`{{ inputs.parameters.status }}`"}"' - 'https://webhook.site/c1d94793-b1b1-424b-b412-3f429a6825bb'