diff --git a/test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/base/cluster-template.yaml b/test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/base/cluster-template.yaml index 270293e825..fd7b541472 100644 --- a/test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/base/cluster-template.yaml +++ b/test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/base/cluster-template.yaml @@ -21,6 +21,9 @@ kind: AWSCluster metadata: name: "${CLUSTER_NAME}" spec: + controlPlaneLoadBalancer: + loadBalancerType: nlb + healthCheckProtocol: HTTPS region: "${AWS_REGION}" sshKeyName: "${AWS_SSH_KEY_NAME}" ---