From b55939e340a090aec1cd61d01cd1d31e0dc7c0c1 Mon Sep 17 00:00:00 2001 From: Valentin Khramtsov Date: Fri, 23 Aug 2024 17:36:56 +0300 Subject: [PATCH] Changes whatcsinglenamespace value for github runner controller --- .../modules/k8s-addons/eks-gha-runner-scale-set-controller.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/modules/k8s-addons/eks-gha-runner-scale-set-controller.tf b/terraform/modules/k8s-addons/eks-gha-runner-scale-set-controller.tf index 7fc1150..c8797a7 100644 --- a/terraform/modules/k8s-addons/eks-gha-runner-scale-set-controller.tf +++ b/terraform/modules/k8s-addons/eks-gha-runner-scale-set-controller.tf @@ -17,7 +17,7 @@ resources: memory: 128Mi flags: - watchSingleNamespace: "" + watchSingleNamespace: "${local.gha_runner_scale_set_controller.namespace}" VALUES }