From 21152df6e99817441febd6850bf2f859e336148c Mon Sep 17 00:00:00 2001 From: willie-yao Date: Tue, 26 Sep 2023 22:39:17 +0000 Subject: [PATCH] Whoops --- test/e2e/config/azure-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/config/azure-dev.yaml b/test/e2e/config/azure-dev.yaml index c38793f5e88..7297c78e0b5 100644 --- a/test/e2e/config/azure-dev.yaml +++ b/test/e2e/config/azure-dev.yaml @@ -127,7 +127,7 @@ providers: - sourcePath: "${PWD}/templates/test/ci/cluster-template-prow-aks.yaml" targetName: "cluster-template-aks.yaml" - sourcePath: "${PWD}/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml" - targetName: "cluster-template-aks.yaml" + targetName: "cluster-template-aks-clusterclass.yaml" - sourcePath: "${PWD}/templates/test/ci/cluster-template-prow-custom-vnet.yaml" targetName: "cluster-template-custom-vnet.yaml" - sourcePath: "${PWD}/templates/test/ci/cluster-template-prow-dual-stack.yaml"