From 47dc21330dffef84c005c298197045523d84cb36 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Fri, 21 Jul 2023 17:01:37 +0200 Subject: [PATCH] fix --- cli/internal/helm/loader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/helm/loader.go b/cli/internal/helm/loader.go index 0af232e00d..28c9ca30cd 100644 --- a/cli/internal/helm/loader.go +++ b/cli/internal/helm/loader.go @@ -199,7 +199,7 @@ func (i *ChartLoader) loadAWSLBControllerValues() map[string]any { return map[string]any{ "clusterName": i.clusterName, "tolerations": controlPlaneTolerations, - "nodeSelector": nodeSelectorForControlPlane, + "nodeSelector": controlPlaneNodeSelector, } }