mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
26 lines
624 B
YAML
26 lines
624 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: "True"
|
|
reason: ReconciliationSuccess
|
|
message: Reconciliation successful
|
|
observedGeneration: 1
|
|
environments:
|
|
- branch: env/dev
|
|
sha: "0123456789abcdef0123456789abcdef01234567"
|
|
commitTime: "2026-03-01T12:00:00Z"
|
|
requiredDuration: 10m
|
|
phase: pending
|
|
atMostDurationRemaining: 5m
|