argo-cd/resource_customizations/promoter.argoproj.io/WebRequestCommitStatus/testdata/observed-generation-outdated.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

30 lines
686 B
YAML

apiVersion: promoter.argoproj.io/v1alpha1
kind: WebRequestCommitStatus
metadata:
name: external-check
namespace: gitops-promoter
generation: 2
spec:
promotionStrategyRef:
name: demo
key: ext-approval
httpRequest:
urlTemplate: "https://example.com/health"
method: GET
success:
when:
expression: "Response.StatusCode == 200"
mode:
polling:
interval: 1m
status:
conditions:
- type: Ready
status: "True"
reason: ReconciliationSuccess
message: Reconciliation successful
observedGeneration: 1
environments:
- branch: env/dev
reportedSha: "0123456789abcdef0123456789abcdef01234567"
phase: success