From f2ba4682d43013cbecfe70ec012209953092ad52 Mon Sep 17 00:00:00 2001 From: Ekaterina Kazakova <eromanova@mirantis.com> Date: Thu, 16 Jan 2025 17:12:25 +0400 Subject: [PATCH] Fix apiVersion in adopted cluster e2e template --- test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl b/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl index 812aa4c37..4631a2666 100644 --- a/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl +++ b/test/e2e/clusterdeployment/resources/adopted-cluster.yaml.tpl @@ -1,4 +1,4 @@ -apiVersion: hmc.mirantis.com/v1alpha1 +apiVersion: k0rdent.mirantis.com/v1alpha1 kind: ClusterDeployment metadata: name: ${CLUSTER_DEPLOYMENT_NAME} @@ -13,4 +13,4 @@ spec: namespace: kyverno - template: ingress-nginx-4-11-0 name: ingress-nginx - namespace: ingress-nginx \ No newline at end of file + namespace: ingress-nginx