mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
23 lines
604 B
YAML
23 lines
604 B
YAML
apiVersion: promoter.argoproj.io/v1alpha1
|
|
kind: GitCommitStatus
|
|
metadata:
|
|
name: test
|
|
generation: 1
|
|
spec:
|
|
promotionStrategyRef:
|
|
name: demo-strategy
|
|
key: my-check
|
|
expression: "true"
|
|
status:
|
|
conditions:
|
|
- type: Ready
|
|
status: Unknown
|
|
reason: CommitStatusesNotReady
|
|
message: CommitStatus "child" Ready condition is missing
|
|
observedGeneration: 1
|
|
environments:
|
|
- branch: env/dev
|
|
proposedHydratedSha: "0123456789abcdef0123456789abcdef01234567"
|
|
targetedSha: "0123456789abcdef0123456789abcdef01234567"
|
|
phase: success
|
|
expressionResult: true
|