github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/ApplicationSet/testdata/errorApplicationSetWithStatusMessage.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: ApplicationSet
     3  metadata:
     4    name: cluster-git
     5    namespace: argocd
     6  spec:
     7    generators:
     8      - merge:
     9          generators: []
    10          mergeKeys:
    11            - server
    12    template:
    13      metadata:
    14        name: '{{name}}'
    15      spec:
    16        destination:
    17          namespace: default
    18          server: '{{server}}'
    19        project: default
    20        source:
    21          path: helm-guestbook
    22          repoURL: https://github.com/argoproj/argocd-example-apps/
    23          targetRevision: HEAD
    24  status:
    25    conditions:
    26      - lastTransitionTime: "2021-11-12T14:28:01Z"
    27        message: found less than two generators, Merge requires two or more
    28        reason: ApplicationGenerationFromParamsError
    29        status: "True"
    30        type: ErrorOccurred
    31      - lastTransitionTime: "2021-11-12T14:28:01Z"
    32        message: found less than two generators, Merge requires two or more
    33        reason: ErrorOccurred
    34        status: "False"
    35        type: ParametersGenerated
    36      - lastTransitionTime: "2021-11-12T14:28:01Z"
    37        message: found less than two generators, Merge requires two or more
    38        reason: ApplicationGenerationFromParamsError
    39        status: "False"
    40        type: ResourcesUpToDate