argocd-helm/charts/argo/crds/cluster-workflow-template-crd.yaml

24 lines
562 B
YAML
Raw Normal View History

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
2020-10-09 19:29:16 +02:00
listKind: ClusterWorkflowTemplateList
plural: clusterworkflowtemplates
shortNames:
- clusterwftmpl
- cwft
2020-10-09 19:29:16 +02:00
singular: clusterworkflowtemplate
versions:
- name: v1alpha1
served: true
storage: true