From c85246ffcc36611992bfd56d08a5827bee66a683 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 12 Sep 2024 12:24:03 +0200 Subject: [PATCH] Fix manifests for EKS creation in SW catalog to update subnet selector labels in nodegroup.yaml Change-Id: I739460271260e86f81a12284bc4c127815146fd7 Signed-off-by: garciadeblas --- .../cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml index f25f1d94..e1406d67 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/cloud-resources/eks/manifests/eks-cluster/nodegroup.yaml @@ -39,6 +39,7 @@ spec: type: ec2 subnetIdSelector: matchLabels: + cluster: ${cluster_resource_name} type: subnet access: private scalingConfig: -- 2.25.1