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 plural: workflows shortNames: - wf scope: Namespaced version: v1alpha1