mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
22 lines
551 B
YAML
22 lines
551 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: "True"
|
|
reason: ReconciliationSuccess
|
|
message: Reconciliation successful
|
|
observedGeneration: 1
|
|
environments:
|
|
- branch: env/dev
|
|
proposedHydratedSha: "0123456789abcdef0123456789abcdef01234567"
|
|
targetedSha: "0123456789abcdef0123456789abcdef01234567"
|
|
phase: pending
|