github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/PromotionStrategy/testdata/all-healthy.yaml (about) 1 apiVersion: promoter.argoproj.io/v1alpha1 2 kind: PromotionStrategy 3 metadata: 4 name: test 5 generation: 2 6 spec: {} 7 status: 8 conditions: 9 - type: Ready 10 status: True 11 observedGeneration: 2 12 environments: 13 - branch: dev 14 active: 15 dry: 16 sha: abc1234 17 commitStatuses: [] 18 proposed: 19 dry: 20 sha: abc1234 21 commitStatuses: [] 22 - branch: prod 23 active: 24 dry: 25 sha: abc1234 26 commitStatuses: [] 27 proposed: 28 dry: 29 sha: abc1234 30 commitStatuses: [] 31