Files
charts/bitnami/argo-workflows/crds/argoproj.io_workflowtemplates.yaml
Jason Meridth 8d458ffd7d [bitnami/argo-workflows]feat: update CRDs (#14901)
- [x] update argo-workflows CRDs to match upstream
- [x] update argo-events CRDs (already included) indention to match upstream (less copy/paste diff in future)

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-02-16 13:21:25 +01:00

36 lines
788 B
YAML

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