argo-cd/resource_customizations/promoter.argoproj.io/GitCommitStatus/testdata/no-ready-condition.yaml
Michael Crenshaw daadf868db
feat(health): additional promoter.argoproj.io health checks (#27170)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2026-04-13 17:09:21 -04:00

23 lines
556 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: SomeOtherCondition
status: "True"
reason: Example
message: ok
observedGeneration: 1
environments:
- branch: env/dev
proposedHydratedSha: "0123456789abcdef0123456789abcdef01234567"
targetedSha: "0123456789abcdef0123456789abcdef01234567"
phase: success
expressionResult: true