From 0709f3fb93ffe45ae03b7eb5ddfbbc52d09ce2fb Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 28 Mar 2024 03:09:54 +0530 Subject: [PATCH] fixup! test/e2e: Add the e2e tests for flatcar-sysext Signed-off-by: Sayan Chowdhury --- templates/cluster-template-flatcar-sysext.yaml | 2 +- templates/test/ci/cluster-template-prow-flatcar-sysext.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cluster-template-flatcar-sysext.yaml b/templates/cluster-template-flatcar-sysext.yaml index f5fd56d3272..36cb71d5b4a 100644 --- a/templates/cluster-template-flatcar-sysext.yaml +++ b/templates/cluster-template-flatcar-sysext.yaml @@ -159,7 +159,7 @@ spec: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AzureMachineTemplate name: ${CLUSTER_NAME}-control-plane - replicas: ${CONTROL_PLANE_MACHINE_COUNT} + replicas: ${CONTROL_PLANE_MACHINE_COUNT:=1} version: ${KUBERNETES_VERSION} --- apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 diff --git a/templates/test/ci/cluster-template-prow-flatcar-sysext.yaml b/templates/test/ci/cluster-template-prow-flatcar-sysext.yaml index 2278a93f742..2dc0e49d6a1 100644 --- a/templates/test/ci/cluster-template-prow-flatcar-sysext.yaml +++ b/templates/test/ci/cluster-template-prow-flatcar-sysext.yaml @@ -167,7 +167,7 @@ spec: apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AzureMachineTemplate name: ${CLUSTER_NAME}-control-plane - replicas: ${CONTROL_PLANE_MACHINE_COUNT} + replicas: ${CONTROL_PLANE_MACHINE_COUNT:=1} version: ${KUBERNETES_VERSION} --- apiVersion: infrastructure.cluster.x-k8s.io/v1beta1