github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/PromotionStrategy/testdata/reconciliation-error.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: "False"
    11        reason: ReconciliationError
    12        message: Something went wrong
    13        observedGeneration: 2
    14