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

34 lines
747 B
YAML
Raw Normal View History

apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: workflows.argoproj.io
annotations:
helm.sh/hook: crd-install
helm.sh/hook-delete-policy: before-hook-creation
spec:
additionalPrinterColumns:
- JSONPath: .status.phase
description: Status of the workflow
name: Status
type: string
- JSONPath: .status.startedAt
description: When the workflow was started
format: date-time
name: Age
type: date
group: argoproj.io
names:
kind: Workflow
2020-10-09 19:29:16 +02:00
listKind: WorkflowList
plural: workflows
shortNames:
- wf
2020-10-09 19:29:16 +02:00
singular: workflow
scope: Namespaced
2020-10-09 19:29:16 +02:00
subresources: {}
version: v1alpha1
2020-10-09 19:29:16 +02:00
versions:
- name: v1alpha1
served: true
storage: true