github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/PullRequest/testdata/non-reconciliation-error.yaml (about)

     1  apiVersion: promoter.argoproj.io/v1alpha1
     2  kind: PullRequest
     3  metadata:
     4    name: test-pr
     5    namespace: test
     6    generation: 1
     7  spec:
     8    sourceBranch: app-next
     9    targetBranch: app
    10    gitRepositoryRef:
    11      name: repo
    12    title: Test Pull Request
    13    state: open
    14  status:
    15    conditions:
    16      - lastTransitionTime: '2025-10-15T16:00:00Z'
    17        message: 'Failed to create pull request: authentication failed'
    18        observedGeneration: 1
    19        reason: ReconciliationError
    20        status: 'False'
    21        type: Ready
    22