From b30610d08de4b2c61655db40974fd8bcee36e8e1 Mon Sep 17 00:00:00 2001 From: mandibuswell Date: Wed, 6 Apr 2022 09:02:13 +1200 Subject: [PATCH] Route API incorrect When importing to 4.9 cluster get the following error Danger alert:An error occurred Route ostoy-route: the API version in the data (v1) does not match the expected API version (route.openshift.io/v1) --- yaml/ostoy-fe-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/ostoy-fe-deployment.yaml b/yaml/ostoy-fe-deployment.yaml index bc88651..57b7165 100644 --- a/yaml/ostoy-fe-deployment.yaml +++ b/yaml/ostoy-fe-deployment.yaml @@ -90,7 +90,7 @@ spec: selector: app: ostoy-frontend --- -apiVersion: v1 +apiVersion: route.openshift.io/v1 kind: Route metadata: name: ostoy-route