fix: Add missing CRD to the crds directory (#235)

Why
---
The Helm chart wasn't installing the `workflow-template` CRD.
This commit is contained in:
Michael Simpson 2020-02-12 19:54:27 -05:00 committed by GitHub
parent 132f1d522b
commit 62f920f6c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,16 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: workflowtemplates.argoproj.io
annotations:
helm.sh/hook: crd-install
helm.sh/hook-delete-policy: before-hook-creation
spec:
group: argoproj.io
version: v1alpha1
scope: Namespaced
names:
kind: WorkflowTemplate
plural: workflowtemplates
shortNames:
- wftmpl