From c6ee7f1db00f7bb9b077875ab894fd58bf5c229a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 16 Apr 2019 13:20:40 -0500 Subject: [PATCH] workflow-crd.yaml: delete before hook creation (#50) --- charts/argo/templates/workflow-crd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo/templates/workflow-crd.yaml b/charts/argo/templates/workflow-crd.yaml index f65e5d14..64a77d7f 100644 --- a/charts/argo/templates/workflow-crd.yaml +++ b/charts/argo/templates/workflow-crd.yaml @@ -4,6 +4,7 @@ metadata: name: workflows.argoproj.io annotations: helm.sh/hook: crd-install + helm.sh/hook-delete-policy: before-hook-creation spec: group: argoproj.io version: v1alpha1