mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
- [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>
36 lines
788 B
YAML
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
|