From a3d2e7737c5c7430ac01d74277d60e32bf9a4941 Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Sun, 29 Mar 2020 09:08:52 -0400 Subject: [PATCH] updating --- helm-socks-frontend/templates/tests/workflow.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index d94f2b0..14adf53 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -11,10 +11,11 @@ spec: templates: - name: check-service-up container: - image: appropriate/curl - command: ['curl'] - args: - - '-vX GET' + image: curlimages/curl + command: + - curl + - '-v' + - '-X GET' - 'helm-socks-frontend-int.sock-shop-front-end' - name: exit-handler @@ -32,7 +33,7 @@ spec: - name: status container: image: curlimages/curl - args: + command: - curl - '-v' - '-X POST'