github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/CronWorkflow/actions/testdata/workflow-without-label.yaml (about)

     1  - k8sOperation: create
     2    unstructuredObj:
     3      apiVersion: argoproj.io/v1alpha1
     4      kind: Workflow
     5      metadata:
     6        annotations:
     7          another-example: another-test
     8        labels:
     9          example: test
    10        name: hello-world-202306221736
    11        namespace: default
    12        ownerReferences:
    13          - apiVersion: argoproj.io/v1alpha1
    14            kind: CronWorkflow
    15            name: hello-world
    16      finalizers: [test-finalizer]
    17      spec:
    18        entrypoint: whalesay
    19        templates:
    20          - container:
    21              args:
    22                - "\U0001F553 hello world. Scheduled on: {{workflow.scheduledTime}}"
    23              command:
    24                - cowsay
    25              image: 'docker/whalesay:latest'
    26            name: whalesay