argocd-helm/charts/argo-workflows/crds/argoproj.io_clusterworkflowtemplates.yaml
Louis Haußknecht 2671798e82
feat(argo-workflows): Bump appVersion to 3.2.0 (#963)
* feat(argo-workflows): Bump appVersion to 3.2.0

Signed-off-by: Louis Haußknecht <lh@haussknecht.com>

* feat(argo-workflows): Add WorkflowTaskSet to CRD

Signed-off-by: Louis Haußknecht <lh@haussknecht.com>

* feat(argo-workflows): Synced CRDs with https://github.com/argoproj/argo-workflows/tree/v3.2.0/manifests/base/crds/minimal.

Signed-off-by: Louis Haußknecht <lh@haussknecht.com>

* Bump Chart version

Signed-off-by: Marko Bevc <marko@scalefactory.com>

Co-authored-by: Marko Bevc <marko@scalefactory.com>
2021-10-15 11:21:48 +01:00

36 lines
838 B
YAML

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: clusterworkflowtemplates.argoproj.io
spec:
group: argoproj.io
names:
kind: ClusterWorkflowTemplate
listKind: ClusterWorkflowTemplateList
plural: clusterworkflowtemplates
shortNames:
- clusterwftmpl
- cwft
singular: clusterworkflowtemplate
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
type: object
x-kubernetes-map-type: atomic
x-kubernetes-preserve-unknown-fields: true
required:
- metadata
- spec
type: object
served: true
storage: true