diff --git a/examples/preflight/sample-preflight.yaml b/examples/preflight/sample-preflight.yaml index e7159ae9..6112ffe5 100644 --- a/examples/preflight/sample-preflight.yaml +++ b/examples/preflight/sample-preflight.yaml @@ -17,6 +17,14 @@ spec: - pass: when: ">= 1.22.0" message: Your cluster meets the recommended and required versions of Kubernetes. + - customResourceDefinition: + checkName: Ingress + customResourceDefinitionName: ingressroutes.contour.heptio.com + outcomes: + - fail: + message: Contour ingress not found! + - pass: + message: Contour ingress found! - containerRuntime: outcomes: - pass: