From f2ffef80af272e366500dace08bd190e90603675 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Wed, 16 Nov 2022 01:57:47 +0000 Subject: [PATCH] Revert "Remove ingress check from https://preflight.replicated.com (#840)" (#846) This reverts commit a5244a262c5ef7f82ff96fa4974d796670f2a0b2. --- examples/preflight/sample-preflight.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: