github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/argoproj.io/ApplicationSet/testdata/progressiveSyncApplicationSet.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    strategy:
    13      rollingSync:
    14        steps:
    15          - matchExpressions:
    16              - key: env
    17                operator: In
    18                values:
    19                  - dev
    20          - matchExpressions:
    21              - key: env
    22                operator: In
    23                values:
    24                  - prod
    25    template:
    26      metadata:
    27        name: '{{name}}'
    28      spec:
    29        destination:
    30          namespace: default
    31          server: '{{server}}'
    32        project: default
    33        source:
    34          path: helm-guestbook
    35          repoURL: https://github.com/argoproj/argocd-example-apps/
    36          targetRevision: HEAD
    37  status:
    38    conditions:
    39      - lastTransitionTime: '2025-05-30T15:41:02Z'
    40        message: All applications have been generated successfully
    41        reason: ApplicationSetUpToDate
    42        status: 'False'
    43        type: ErrorOccurred
    44      - lastTransitionTime: '2025-05-27T18:45:48Z'
    45        message: Successfully generated parameters for all Applications
    46        reason: ParametersGenerated
    47        status: 'True'
    48        type: ParametersGenerated
    49      - lastTransitionTime: '2025-05-30T15:41:02Z'
    50        message: All applications have been generated successfully
    51        reason: ApplicationSetUpToDate
    52        status: 'True'
    53        type: ResourcesUpToDate
    54      - lastTransitionTime: '2025-05-30T15:44:06Z'
    55        message: ApplicationSet is performing rollout of step 1
    56        reason: ApplicationSetModified
    57        status: 'True'
    58        type: RolloutProgressing