From 9ffc725281a5fe91d1c971054893fc052c465385 Mon Sep 17 00:00:00 2001 From: Shaad7 Date: Tue, 29 Aug 2023 16:46:19 +0600 Subject: [PATCH] Update yaml Signed-off-by: Shaad7 --- .../cluster-template-ci-gke-custom-subnet.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: {}