
* 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>
36 lines
838 B
YAML
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
|