github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/promoter.argoproj.io/CommitStatus/testdata/non-reconciliation-error.yaml (about) 1 apiVersion: promoter.argoproj.io/v1alpha1 2 kind: CommitStatus 3 metadata: 4 name: test-commit-status 5 namespace: test 6 generation: 1 7 spec: 8 sha: abc1234567890 9 url: https://example.com/ci/test 10 gitRepositoryRef: 11 name: repo 12 description: example 13 name: example 14 phase: success 15 status: 16 conditions: 17 - lastTransitionTime: '2025-10-15T16:00:00Z' 18 message: 'Failed to update commit status: API request failed' 19 observedGeneration: 1 20 reason: ReconciliationError 21 status: 'False' 22 type: Ready 23 id: "1" 24 sha: abc1234567890 25