diff --git a/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml b/templates/test/ci/cluster-template-prow-aks-clusterclass.yaml index 475dd168b66e..34da32fe61a5 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 e1f56605018f..74d7e896aa75 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"