From dada4396608fe9b1d1bb31c8e6a4f84ebe5187fa Mon Sep 17 00:00:00 2001 From: willie-yao Date: Mon, 2 Oct 2023 17:38:00 +0000 Subject: [PATCH] Change names --- templates/test/ci/cluster-template-prow-aks-clusterclass.yaml | 4 ++-- templates/test/ci/prow-aks-clusterclass/patches.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml b/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml index 475dd168b66..34da32fe61a 100644 --- a/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml +++ b/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml @@ -34,8 +34,8 @@ spec: matchResources: machinePoolClass: names: - - ${CLUSTER_NAME}-pool0 - - ${CLUSTER_NAME}-pool1 + - default-system + - default-worker name: workerAzureJsonSecretName workers: machinePools: diff --git a/templates/test/ci/prow-aks-clusterclass/patches.yaml b/templates/test/ci/prow-aks-clusterclass/patches.yaml index e1f56605018..74d7e896aa7 100644 --- a/templates/test/ci/prow-aks-clusterclass/patches.yaml +++ b/templates/test/ci/prow-aks-clusterclass/patches.yaml @@ -38,8 +38,8 @@ spec: matchResources: machinePoolClass: names: - - ${CLUSTER_NAME}-pool0 - - ${CLUSTER_NAME}-pool1 + - default-system + - default-worker jsonPatches: - op: replace path: "/spec/template/spec/files"