mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
17 lines
354 B
YAML
17 lines
354 B
YAML
apiVersion: promoter.argoproj.io/v1alpha1
|
|
kind: GitCommitStatus
|
|
metadata:
|
|
name: test
|
|
generation: 2
|
|
spec:
|
|
promotionStrategyRef:
|
|
name: demo-strategy
|
|
key: my-check
|
|
expression: "true"
|
|
status:
|
|
conditions:
|
|
- type: Ready
|
|
status: "False"
|
|
reason: ReconciliationError
|
|
message: Something went wrong
|
|
observedGeneration: 2
|