mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
19 lines
434 B
YAML
19 lines
434 B
YAML
apiVersion: promoter.argoproj.io/v1alpha1
|
|
kind: TimedCommitStatus
|
|
metadata:
|
|
name: soak-gate
|
|
namespace: gitops-promoter
|
|
generation: 1
|
|
spec:
|
|
promotionStrategyRef:
|
|
name: demo
|
|
environments:
|
|
- branch: env/dev
|
|
duration: 10m
|
|
status:
|
|
conditions:
|
|
- type: Ready
|
|
status: "False"
|
|
reason: ReconciliationError
|
|
message: "Reconciliation failed: PromotionStrategy not found"
|
|
observedGeneration: 1
|