github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/argoproj.io/ApplicationSet/testdata/resourceNotUpdatedApplicationSet.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: '2025-05-30T15:41:02Z'
    27        message: All applications have been generated successfully
    28        reason: ApplicationSetUpToDate
    29        status: 'False'
    30        type: ErrorOccurred
    31      - lastTransitionTime: '2025-05-27T18:45:48Z'
    32        message: Successfully generated parameters for all Applications
    33        reason: ParametersGenerated
    34        status: 'True'
    35        type: ParametersGenerated
    36      - lastTransitionTime: '2025-05-30T15:41:02Z'
    37        message: 'could not create application'
    38        reason: CreateApplicationError
    39        status: 'False'
    40        type: ResourcesUpToDate