diff --git a/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-custom-subnet.yaml b/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-custom-subnet.yaml index f288121d7..75b54264d 100644 --- a/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-custom-subnet.yaml +++ b/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-custom-subnet.yaml @@ -38,7 +38,6 @@ metadata: spec: project: "${GCP_PROJECT}" location: "${GCP_REGION}" - releaseChannel: "regular" --- apiVersion: cluster.x-k8s.io/v1beta1 kind: MachinePool @@ -61,6 +60,5 @@ apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: GCPManagedMachinePool metadata: name: ${CLUSTER_NAME}-mp-0 -spec: - scaling: {} +spec: {}