From d4a712dd38b66bd1f0480cbb4180acf37c2bf48c Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Sun, 29 Mar 2020 09:32:21 -0400 Subject: [PATCH] updating --- helm-socks-frontend/templates/tests/workflow.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index d6ab713..44c3aec 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -6,14 +6,14 @@ metadata: argocd.argoproj.io/hook: PostSync # argocd.argoproj.io/hook-delete-policy: HookSucceeded spec: - entrypoint: whalesay + entrypoint: curl onExit: exit-handler # invoke the whalesay template templates: - - name: whalesay # name of the template + - name: curl # name of the template container: - image: docker/whalesay - command: [cowsay] - args: ["hello world"] + image: curlimages/curl + command: [curl] + args: ["-v helm-socks-frontend-int.sock-shop-front-end"] - name: exit-handler steps: