argo-cd/resource_customizations/promoter.argoproj.io/GitRepository/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

20 lines
385 B
YAML

apiVersion: promoter.argoproj.io/v1alpha1
kind: GitRepository
metadata:
name: app-repo
namespace: gitops-promoter
generation: 1
spec:
scmProviderRef:
kind: ScmProvider
name: github-provider
github:
owner: argoproj
name: argo-cd
status:
conditions:
- type: Example
status: "True"
reason: Example
message: ok
observedGeneration: 1