github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/CronWorkflow/actions/testdata/workflow.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          workflows.argoproj.io/cron-workflow: hello-world
    10          workflows.argoproj.io/controller-instanceid: test-instance
    11          example: test
    12        name: hello-world-202306221736
    13        namespace: default
    14        ownerReferences:
    15          - apiVersion: argoproj.io/v1alpha1
    16            kind: CronWorkflow
    17            name: hello-world
    18      finalizers: [test-finalizer]
    19      spec:
    20        entrypoint: whalesay
    21        templates:
    22          - container:
    23              args:
    24                - "\U0001F553 hello world. Scheduled on: {{workflow.scheduledTime}}"
    25              command:
    26                - cowsay
    27              image: 'docker/whalesay:latest'
    28            name: whalesay