From 10cbec360d8800c703ebd45cdf10b78e3393f18b Mon Sep 17 00:00:00 2001 From: "Petti, Ken" Date: Fri, 27 Mar 2020 14:32:52 -0400 Subject: [PATCH] adding name --- helm-socks-frontend/templates/tests/workflow.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm-socks-frontend/templates/tests/workflow.yaml b/helm-socks-frontend/templates/tests/workflow.yaml index 7dad866..fb593c1 100644 --- a/helm-socks-frontend/templates/tests/workflow.yaml +++ b/helm-socks-frontend/templates/tests/workflow.yaml @@ -1,7 +1,10 @@ apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: - generateName: integration-handlers- + name: "{{ include "helm-socks-frontend.name" . }}-workflow" + annotations: + argocd.argoproj.io/hook: PostSync + argocd.argoproj.io/hook-delete-policy: HookSucceeded spec: entrypoint: check-service-up onExit: exit-handler