Files
charts/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml
Miguel Ruiz 21952fd492 [bitnami/argo-workflows] Update CRDs and add source header (#22368)
* [bitnami/argo-workflows] Update CRDs and add source header

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Use minimal instead of full

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Restore removed CRDs

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

---------

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
2024-01-18 17:05:07 +01:00

38 lines
947 B
YAML

# Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflowtemplates.yaml
# Version: 3.5.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: workflowtemplates.argoproj.io
spec:
group: argoproj.io
names:
kind: WorkflowTemplate
listKind: WorkflowTemplateList
plural: workflowtemplates
shortNames:
- wftmpl
singular: workflowtemplate
scope: Namespaced
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