23 lines
562 B
YAML
23 lines
562 B
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: clusterworkflowtemplates.argoproj.io
|
|
annotations:
|
|
helm.sh/hook: crd-install
|
|
helm.sh/hook-delete-policy: before-hook-creation
|
|
spec:
|
|
group: argoproj.io
|
|
version: v1alpha1
|
|
scope: Cluster
|
|
names:
|
|
kind: ClusterWorkflowTemplate
|
|
listKind: ClusterWorkflowTemplateList
|
|
plural: clusterworkflowtemplates
|
|
shortNames:
|
|
- clusterwftmpl
|
|
- cwft
|
|
singular: clusterworkflowtemplate
|
|
versions:
|
|
- name: v1alpha1
|
|
served: true
|
|
storage: true
|