github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/PromotionStrategy/testdata/deleting.yaml (about)

     1  apiVersion: promoter.argoproj.io/v1alpha1
     2  kind: PromotionStrategy
     3  metadata:
     4    name: test
     5    generation: 2
     6    deletionTimestamp: "2025-07-04T12:00:00Z"
     7  spec: {}
     8  status:
     9    conditions:
    10      - type: Ready
    11        status: True
    12        observedGeneration: 2
    13    environments:
    14      - branch: dev
    15        active:
    16          dry:
    17            sha: abc1234
    18          commitStatuses: []
    19        proposed:
    20          dry:
    21            sha: abc1234
    22          commitStatuses: []