Add workflow CRD definition to argo chart
**Why** The workflow CRD must exist in order for argo to function
This commit is contained in:
parent
65a2b2df38
commit
2b9afc180d
1 changed files with 13 additions and 0 deletions
13
charts/argo/templates/workflow-crd.yaml
Normal file
13
charts/argo/templates/workflow-crd.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: workflows.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
names:
|
||||
kind: Workflow
|
||||
plural: workflows
|
||||
shortNames:
|
||||
- wf
|
||||
scope: Namespaced
|
||||
version: v1alpha1
|
Loading…
Reference in a new issue